mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
Merge branch 'krille/automatic-key-requests' into 'main'
fix: Automatic key requests See merge request famedly/fluffychat!563
This commit is contained in:
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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user