mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 14:46:56 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user