Room lists: Remove shields on room avatars

#4115

but keep it in the room screen
This commit is contained in:
manuroe
2021-03-16 08:59:50 +01:00
parent e515e81eb8
commit cb66b6971b
7 changed files with 6 additions and 89 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];
}
}