mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 19:49:29 +01:00
303ccbe965
If a room has emote packs, but none of them have an empty state key, we insert 'null' to also add a default pack people can easily edit. However, in that case we initialized the Map<String, Event?> variable with a Map<String, Event>. As such assigning null will throw. Converting manually with Map.of fixes that. fixes #1138 |
||
---|---|---|
.. | ||
config | ||
pages | ||
utils | ||
widgets | ||
main.dart |