App Layout: added space invites in space bottom sheet

- Reintroduced room invites in All Chats screen
This commit is contained in:
Gil Eluard
2022-08-21 13:17:06 +02:00
parent 16701b90a3
commit cc2d9ef927
@@ -229,6 +229,11 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
[types addObject:@(RecentsDataSourceSectionTypeAllChats)];
}
if (self.currentSpace == nil && BuildSettings.newAppLayoutEnabled && self.invitesCellDataArray.count > 0)
{
[types addObject:@(RecentsDataSourceSectionTypeInvites)];
}
if (self.currentSpace != nil && self.suggestedRoomCellDataArray.count > 0)
{
[types addObject:@(RecentsDataSourceSectionTypeSuggestedRooms)];