mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 15:37:45 +02:00
Fix verification state algorithm
This commit is contained in:
@@ -79,6 +79,8 @@ struct UserSessionInfo: Identifiable {
|
||||
case unverified
|
||||
/// The session has been verified.
|
||||
case verified
|
||||
/// A session which cannot be never verified due to lack of crypto support
|
||||
case permanentlyUnverified
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user