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
@@ -2471,6 +2471,11 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
editedRoomId = nil;
}
-(void)roomContextActionServiceDidMarkedRoom:(id<RoomContextActionServiceProtocol>)service
{
[self refreshRecentsTable];
}
#pragma mark - RecentCellContextMenuProviderDelegate
- (void)recentCellContextMenuProviderDidStartShowingPreview:(RecentCellContextMenuProvider *)menuProvider