mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-19 10:39:26 +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);
|
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 &&
|
||||||
|
Loading…
Reference in New Issue
Block a user