mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Renamed userSession and userSessionInfo to session
This commit is contained in:
@@ -28,9 +28,9 @@ enum UserSessionsOverviewViewModelResult {
|
||||
case showAllUnverifiedSessions
|
||||
case showAllInactiveSessions
|
||||
case verifyCurrentSession
|
||||
case showCurrentSessionOverview(sessionInfo: UserSessionInfo)
|
||||
case showCurrentSessionOverview(session: UserSessionInfo)
|
||||
case showAllOtherSessions
|
||||
case showUserSessionOverview(sessionInfo: UserSessionInfo)
|
||||
case showUserSessionOverview(session: UserSessionInfo)
|
||||
}
|
||||
|
||||
// MARK: View
|
||||
|
||||
Reference in New Issue
Block a user