Rever background sync method

This commit is contained in:
ismailgulek
2020-10-22 17:26:25 +03:00
parent b7bfb249eb
commit fb4819fb0d
@@ -305,7 +305,7 @@ Matrix session observer used to detect new opened sessions.
NSLog(@"[PushNotificationService] launchBackgroundSync");
MXWeakify(self);
[account backgroundSync:20000 success:^(MXSyncResponse *syncResponse) {
[account backgroundSync:20000 success:^{
// Sanity check
MXStrongifyAndReturnIfNil(self);