Adapt to store api changes

This commit is contained in:
ismailgulek
2021-10-20 02:35:22 +03:00
parent c6617fbb2f
commit 072aeaa0ed
2 changed files with 50 additions and 55 deletions
+1 -5
View File
@@ -77,7 +77,7 @@
- (void)loadCellData
{
[self.fileStore asyncRoomsSummaries:^(NSArray<MXRoomSummary *> *roomsSummaries) {
[self.fileStore.summariesModule fetchAllSummaries:^(NSArray<MXRoomSummary *> *roomsSummaries) {
NSMutableArray *cellData = [NSMutableArray array];
@@ -111,10 +111,6 @@
});
} failure:^(NSError * _Nonnull error) {
MXLogDebug(@"[ShareDataSource failed to get room summaries]");
}];
}