mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Add mark as unread option for rooms
This commit is contained in:
@@ -370,6 +370,11 @@
|
||||
[self.roomDataSource.room.summary markAllAsReadLocally];
|
||||
|
||||
[self updateCurrentEventIdAtTableBottom:YES];
|
||||
|
||||
if (!self.isContextPreview)
|
||||
{
|
||||
[self.roomDataSource.room unmarkAsUnread];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)viewWillDisappear:(BOOL)animated
|
||||
|
||||
Reference in New Issue
Block a user