chore: Follow up set read marker
This commit is contained in:
parent
75800ccdd5
commit
f17b09f56c
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue