Fix async

This commit is contained in:
ismailgulek
2021-11-02 16:31:01 +03:00
parent b3b544446d
commit 08bb3f263a
@@ -350,7 +350,7 @@ public class RecentsListService: NSObject, RecentsListServiceProtocol {
let fetchOptions = MXRoomListDataFetchOptions(filterOptions: filterOptions,
sortOptions: sortOptions,
async: false)
async: true)
let fetcher = session.roomListDataManager.fetcher(withOptions: fetchOptions)
if paginate {
fetcher.addDelegate(self)