room_photo_selection

-> update to have the same room displayname as the webclient.
This commit is contained in:
yannick
2015-12-16 14:24:09 +01:00
parent 7512760387
commit e50c1dbc5c
9 changed files with 222 additions and 6 deletions
@@ -24,6 +24,8 @@
#import "MXRoom+Vector.h"
#import "RecentCellData.h"
@interface RecentsDataSource()
{
NSMutableArray* invitesCellDataArray;
@@ -63,10 +65,15 @@
sectionsCount = 0;
roomTagsListenerByUserId = [[NSMutableDictionary alloc] init];
// Set default data and view classes
[self registerCellDataClass:RecentCellData.class forCellIdentifier:kMXKRecentCellIdentifier];
}
return self;
}
- (void)removeMatrixSession:(MXSession*)matrixSession
{
[super removeMatrixSession:matrixSession];