2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-03-12 11:40:40 +01:00

fix: Automatic key requests

This commit is contained in:
Krille Fear 2021-11-21 12:06:25 +01:00
parent 623d851645
commit 76fbc764d4

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