chore: Follow up set read marker

pull/1287/head
krille-chan 11 months ago
parent 75800ccdd5
commit f17b09f56c
No known key found for this signature in database

@ -300,6 +300,9 @@ class ChatController extends State<ChatPageWithRoom>
_showScrollUpMaterialBanner(readMarkerEventId);
}
// Mark room as read on first visit if requirements are fulfilled
setReadMarker();
if (!mounted) return;
} catch (e, s) {
ErrorReporter(context, 'Unable to load timeline').onErrorCallback(e, s);

Loading…
Cancel
Save