feat: Automatic key requests and better key error dialog
This commit is contained in:
parent
8d86e88964
commit
5aea0c31fa
6 changed files with 53 additions and 23 deletions
|
|
@ -235,7 +235,7 @@ class ChatController extends State<Chat> {
|
|||
});
|
||||
}
|
||||
filteredEvents = timeline!.getFilteredEvents(unfolded: unfolded);
|
||||
timeline!.requestKeys();
|
||||
timeline!.requestKeys(onlineKeyBackupOnly: false);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue