ShowDirectory: Update view model and handle direct input of room id alias even non public.

This commit is contained in:
SBiOSoftWhare
2021-06-11 18:10:13 +02:00
parent 87b2940fc6
commit 4e3634185f
7 changed files with 291 additions and 71 deletions
@@ -21,6 +21,7 @@ import Foundation
/// ShowDirectoryViewController view state
enum ShowDirectoryViewState {
case loading
case loaded
case loadedWithoutUpdate
case loaded(_ sections: [ShowDirectorySection])
case error(Error)
}