Chat screen: Customize bubble cells

This commit is contained in:
giomfo
2015-08-21 20:00:39 +02:00
parent a8454f8269
commit 4cf5972bb6
12 changed files with 285 additions and 303 deletions
+5
View File
@@ -18,6 +18,8 @@
#import "AppDelegate.h"
#import "EventFormatter.h"
#import "NSBundle+MatrixKit.h"
@interface RecentListDataSource ()
@@ -54,6 +56,9 @@
self = [super init];
if (self)
{
self.eventFormatter = [[EventFormatter alloc] initWithMatrixSession:self.mxSession];
self.eventFormatter.isForSubtitle = YES;
highlightedPublicRooms = @[@"#matrix:matrix.org", @"#matrix-dev:matrix.org", @"#matrix-fr:matrix.org"]; // Add here a room name to highlight its display in public room list
}
return self;