feat: Automatic key requests and better key error dialog

This commit is contained in:
Christian Pauly 2022-09-08 09:12:08 +02:00
commit 5aea0c31fa
6 changed files with 53 additions and 23 deletions

View file

@ -235,7 +235,7 @@ class ChatController extends State<Chat> {
});
}
filteredEvents = timeline!.getFilteredEvents(unfolded: unfolded);
timeline!.requestKeys();
timeline!.requestKeys(onlineKeyBackupOnly: false);
return true;
}