mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +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:
@@ -23,6 +23,7 @@ typedef NS_ENUM(NSUInteger, UserEncryptionTrustLevel) {
|
||||
UserEncryptionTrustLevelTrusted,
|
||||
UserEncryptionTrustLevelWarning,
|
||||
UserEncryptionTrustLevelNormal,
|
||||
UserEncryptionTrustLevelNoCrossSigning, // The user has not bootstrapped cross-signing yet
|
||||
UserEncryptionTrustLevelNone,
|
||||
UserEncryptionTrustLevelUnknown
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user