mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Message edits history: Update view model to handle message history grouping by day.
This commit is contained in:
@@ -21,7 +21,6 @@ import Foundation
|
||||
/// EditHistoryViewController view state
|
||||
enum EditHistoryViewState {
|
||||
case loading
|
||||
case loaded(messages: [EditHistoryMessage], addedCount: Int)
|
||||
case allLoaded
|
||||
case loaded(sections: [EditHistorySection], addedCount: Int, allDataLoaded: Bool)
|
||||
case error(Error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user