mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Add VerificationState.isUnverified
This commit is contained in:
@@ -81,6 +81,10 @@ struct UserSessionInfo: Identifiable {
|
||||
case verified
|
||||
/// A session which cannot be never verified due to lack of crypto support
|
||||
case permanentlyUnverified
|
||||
|
||||
var isUnverified: Bool {
|
||||
self == .unverified || self == .permanentlyUnverified
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user