[Spaces] Show suggested in room lists #4501

- Show suggested rooms section in home screen (no actions)
- Show suggested rooms section in rooms screen (no actions)
This commit is contained in:
Gil Eluard
2021-07-29 23:24:34 +02:00
parent 9c4c3ec892
commit 2a558bd240
11 changed files with 188 additions and 68 deletions
@@ -18,6 +18,7 @@
#import "RecentCellData.h"
#import "MXRoom+Riot.h"
#import "MatrixSDK-Swift.h"
@implementation RecentCellData
// trick to hide the mother class property as it is readonly one.
@@ -57,7 +58,7 @@
- (void)update
{
[super update];
roomDisplayname = self.roomSummary.displayname;
roomDisplayname = self.spaceChildInfo ? self.spaceChildInfo.name: self.roomSummary.displayname;
if (!roomDisplayname.length)
{
roomDisplayname = [NSBundle mxk_localizedStringForKey:@"room_displayname_empty_room"];