mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Improve SyncResponseStore
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user