Add mark as unread option for rooms

This commit is contained in:
Flavio Alescio
2023-01-10 16:13:14 +01:00
parent d3d157671e
commit d542c40f8f
9 changed files with 34 additions and 3 deletions
@@ -370,6 +370,11 @@
[self.roomDataSource.room.summary markAllAsReadLocally];
[self updateCurrentEventIdAtTableBottom:YES];
if (!self.isContextPreview)
{
[self.roomDataSource.room unmarkAsUnread];
}
}
- (void)viewWillDisappear:(BOOL)animated