From 2778927fdf60bfbe6da20a8768d3f4da1d05decf Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sun, 21 Nov 2021 12:06:25 +0100 Subject: [PATCH] fix: Automatic key requests --- lib/pages/chat/chat.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/chat/chat.dart b/lib/pages/chat/chat.dart index c85acabcd..e6045a1e3 100644 --- a/lib/pages/chat/chat.dart +++ b/lib/pages/chat/chat.dart @@ -185,6 +185,7 @@ class ChatController extends State { }); } filteredEvents = timeline.getFilteredEvents(unfolded: unfolded); + timeline.requestKeys(); if (room.notificationCount != null && room.notificationCount > 0 && timeline != null &&