refactor: Update SDK and enable login with email and phone
This commit is contained in:
parent
f19e83cf88
commit
39421fae32
8 changed files with 47 additions and 12 deletions
|
|
@ -21,7 +21,7 @@ class MultipleEmotesSettings extends StatelessWidget {
|
|||
stream: room.onUpdate.stream,
|
||||
builder: (context, snapshot) {
|
||||
final packs =
|
||||
room.states.states['im.ponies.room_emotes'] ?? <String, Event>{};
|
||||
room.states['im.ponies.room_emotes'] ?? <String, Event>{};
|
||||
if (!packs.containsKey('')) {
|
||||
packs[''] = null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue