Various improvements

This commit is contained in:
Ilya Laktyushin
2022-10-22 00:26:00 +03:00
parent 3d709ba568
commit 3532108c30
49 changed files with 1881 additions and 342 deletions

View File

@@ -14,7 +14,7 @@ public enum ChatHistoryNodeLoadState: Equatable {
case topic
}
case loading
case loading(Bool)
case empty(EmptyType)
case messages
}