mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-01-31 01:39:08 +01:00
fix state event type when updating image pack
This commit is contained in:
parent
7b41fde237
commit
6ba0da937b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export function RoomImagePack({ room, stateKey }: RoomImagePackProps) {
|
|||
|
||||
await mx.sendStateEvent(
|
||||
address.roomId,
|
||||
'StateEvent.PoniesRoomEmotes',
|
||||
StateEvent.PoniesRoomEmotes,
|
||||
packContent,
|
||||
address.stateKey
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue