Improve SyncResponseStore

This commit is contained in:
ismailgulek
2020-10-12 17:27:06 +03:00
parent e00a751cc3
commit e09ed8aeb6
6 changed files with 96 additions and 75 deletions
+2 -1
View File
@@ -721,8 +721,9 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
{
[account.mxSession handleSyncResponse:syncResponse];
}
[syncResponseStore deleteData];
// Do not resume for now, to test we've really fetched the events
[account resume];
// [account resume];
}
_isAppForeground = YES;