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