mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
Adapt MXEventTimeline changes
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ class TemplateRoomChatService: TemplateRoomChatServiceProtocol {
|
||||
}
|
||||
|
||||
})
|
||||
timeline.paginate(200, direction: .backwards, onlyFromStore: false, threadId: nil) { result in
|
||||
timeline.paginate(200, direction: .backwards, onlyFromStore: false) { result in
|
||||
guard result.isSuccess else {
|
||||
self.roomInitializationStatus.value = .failedToInitialize
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user