build: Update dependencies
This commit is contained in:
parent
3c144fcc88
commit
55de4387f2
7 changed files with 56 additions and 58 deletions
|
|
@ -481,7 +481,7 @@ class StoryPageController extends State<StoryPage> {
|
|||
return;
|
||||
}
|
||||
if (!currentSeenByUsers.any((u) => u.id == u.room.client.userID)) {
|
||||
timeline!.setReadMarker(currentEvent.eventId);
|
||||
timeline!.setReadMarker(eventId: currentEvent.eventId);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue