fix: Wrong emote pack identifier
This commit is contained in:
parent
9b3f9e4ef7
commit
bed7de81c7
|
|
@ -526,7 +526,7 @@ class Room {
|
||||||
addEmotePack(
|
addEmotePack(
|
||||||
(room.canonicalAlias?.isEmpty ?? true)
|
(room.canonicalAlias?.isEmpty ?? true)
|
||||||
? room.id
|
? room.id
|
||||||
: canonicalAlias,
|
: room.canonicalAlias,
|
||||||
event.content,
|
event.content,
|
||||||
stateKeyEntry.value['name']);
|
stateKeyEntry.value['name']);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue