Merge branch 'hotfix/1.6.7' into hotfix/1.6.7_2

This commit is contained in:
SBiOSoftWhare
2021-11-03 17:22:21 +01:00
13 changed files with 46 additions and 23 deletions
@@ -2008,7 +2008,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
}
// Check whether the user has already joined the selected public room
if ([self.recentsDataSource.publicRoomsDirectoryDataSource.mxSession roomWithRoomId:publicRoom.roomId])
if ([self.recentsDataSource.publicRoomsDirectoryDataSource.mxSession isJoinedOnRoom:publicRoom.roomId])
{
// Open the public room
[self showRoomWithRoomId:publicRoom.roomId