Converting existing rooms to/from DMs #715

Showing DMs in the UI (as little green men).
This commit is contained in:
giomfo
2016-10-17 17:26:11 +02:00
parent fe2e98a888
commit 0da4adc33f
8 changed files with 43 additions and 2 deletions
@@ -127,6 +127,8 @@
self.roomAvatar.backgroundColor = [UIColor clearColor];
self.directRoomIcon.hidden = ![roomCellData.roomDataSource.mxSession isDirectRoom:roomCellData.roomDataSource.room.roomId];
[roomCellData.roomDataSource.room setRoomAvatarImageIn:self.roomAvatar];
}
else