fix state event type when updating image pack

This commit is contained in:
Ajay Bura 2025-01-15 14:36:26 +05:30
parent 7b41fde237
commit 6ba0da937b

View file

@ -41,7 +41,7 @@ export function RoomImagePack({ room, stateKey }: RoomImagePackProps) {
await mx.sendStateEvent( await mx.sendStateEvent(
address.roomId, address.roomId,
'StateEvent.PoniesRoomEmotes', StateEvent.PoniesRoomEmotes,
packContent, packContent,
address.stateKey address.stateKey
); );