Room summary: Add isEncrypted

This commit is contained in:
manuroe
2017-03-22 17:54:19 +01:00
parent e9f6a52259
commit 5aa2e0bb13
+1 -3
View File
@@ -131,10 +131,8 @@
// @TODO
self.directRoomIcon.hidden = !roomCellData.roomSummary.room.isDirect;
// @TODO
self.encryptedRoomIcon.hidden = !roomCellData.roomSummary.room.state.isEncrypted;
self.encryptedRoomIcon.hidden = !roomCellData.roomSummary.isEncrypted;
// @TODO
[roomCellData.roomSummary.room setRoomAvatarImageIn:self.roomAvatar];
}
else