Bug Fix -Wrong room name of a direct chat in user's profile

#824
This commit is contained in:
giomfo
2016-11-25 09:40:56 +01:00
parent d7585d3677
commit 23f007aa49
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
[room setRoomAvatarImageIn:self.avatarImageView];
self.avatarImageView.backgroundColor = [UIColor clearColor];
self.titleLabel.text = room.state.displayname;
self.titleLabel.text = room.vectorDisplayname;
}
+ (CGFloat)cellHeight