chore: Always show filter for messages
This commit is contained in:
parent
f31887b6d2
commit
e40d9b5df2
6 changed files with 13 additions and 20 deletions
|
|
@ -115,7 +115,7 @@ class BootstrapDialogState extends State<BootstrapDialog> {
|
|||
await client.accountDataLoading;
|
||||
await client.userDeviceKeysLoading;
|
||||
while (client.prevBatch == null) {
|
||||
await client.onSync.stream.first;
|
||||
await client.onSyncStatus.stream.first;
|
||||
}
|
||||
await client.updateUserDeviceKeys();
|
||||
_wipe = wipe;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue