2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-05-03 08:17:24 +02:00

Merge branch 'krille/automatic-key-requests' into 'main'

fix: Automatic key requests

See merge request 
This commit is contained in:
Krille Fear 2021-11-21 12:31:19 +00:00
commit 45e8f2b7ea

@ -185,6 +185,7 @@ class ChatController extends State<Chat> {
});
}
filteredEvents = timeline.getFilteredEvents(unfolded: unfolded);
timeline.requestKeys();
if (room.notificationCount != null &&
room.notificationCount > 0 &&
timeline != null &&