mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 15:07:43 +02:00
Rever background sync method
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user