mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Renamed session to sessionInfo
This commit is contained in:
@@ -18,6 +18,12 @@ import SwiftUI
|
||||
|
||||
typealias UserOtherSessionsViewModelType = StateStoreViewModel<UserOtherSessionsViewState, UserOtherSessionsViewAction>
|
||||
|
||||
enum OtherUserSessionsFilter {
|
||||
case all
|
||||
case inactive
|
||||
case unverified
|
||||
}
|
||||
|
||||
class UserOtherSessionsViewModel: UserOtherSessionsViewModelType, UserOtherSessionsViewModelProtocol {
|
||||
var completion: ((UserOtherSessionsViewModelResult) -> Void)?
|
||||
private let sessionsInfo: [UserSessionInfo]
|
||||
|
||||
Reference in New Issue
Block a user