Add mark as unread option for rooms

This commit is contained in:
Flavio Alescio
2023-01-10 16:13:14 +01:00
parent c4ab79cd8c
commit 8fd6baa3c9
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