Merge pull request #4127 from vector-im/4115_remove_shields_from_room_list

Room lists: Remove shields on room avatars
This commit is contained in:
manuroe
2021-03-19 09:54:54 +01:00
committed by GitHub
7 changed files with 4 additions and 90 deletions
@@ -120,6 +120,8 @@
if (self.room.summary.isEncrypted)
{
// Make sure we have the trust shield value
[self.room.summary enableTrustTracking:YES];
[self fetchEncryptionTrustedLevel];
}
}