mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-04-03 01:19:13 +02: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(
|
await mx.sendStateEvent(
|
||||||
address.roomId,
|
address.roomId,
|
||||||
'StateEvent.PoniesRoomEmotes',
|
StateEvent.PoniesRoomEmotes,
|
||||||
packContent,
|
packContent,
|
||||||
address.stateKey
|
address.stateKey
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue