Adapt MXEventTimeline changes

This commit is contained in:
ismailgulek
2021-12-15 01:44:04 +03:00
parent 902d81490f
commit d211d6640c
12 changed files with 21 additions and 23 deletions
@@ -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