fix: Wrong emote pack identifier

This commit is contained in:
Sorunome 2020-11-25 15:17:22 +01:00
parent 9b3f9e4ef7
commit bed7de81c7
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ class Room {
addEmotePack(
(room.canonicalAlias?.isEmpty ?? true)
? room.id
: canonicalAlias,
: room.canonicalAlias,
event.content,
stateKeyEntry.value['name']);
}