mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Room summary: Add isEncrypted
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user