mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
ShowDirectory: Update view model and handle direct input of room id alias even non public.
This commit is contained in:
@@ -21,6 +21,7 @@ import Foundation
|
||||
/// ShowDirectoryViewController view state
|
||||
enum ShowDirectoryViewState {
|
||||
case loading
|
||||
case loaded
|
||||
case loadedWithoutUpdate
|
||||
case loaded(_ sections: [ShowDirectorySection])
|
||||
case error(Error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user