Cross-signing: Allow to verify each device of users with no cross-signing

Fix #3138
This is implemented by adding a new `UserEncryptionTrustLevel` value: `UserEncryptionTrustLevelNoCrossSigning`
This commit is contained in:
manuroe
2020-04-23 14:57:56 +02:00
parent f5d5c6b79b
commit 6889f6d326
5 changed files with 15 additions and 3 deletions
@@ -46,7 +46,7 @@ final class EncryptionTrustLevelBadgeImageHelper: NSObject {
switch trustLevel {
case .warning:
badgeImage = Asset.Images.encryptionWarning.image
case .normal:
case .normal, .noCrossSigning:
badgeImage = Asset.Images.encryptionNormal.image
case .trusted:
badgeImage = Asset.Images.encryptionTrusted.image