mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
Last changes
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:^{
|
||||
[account backgroundSync:20000 success:^(MXSyncResponse *syncResponse) {
|
||||
|
||||
// Sanity check
|
||||
MXStrongifyAndReturnIfNil(self);
|
||||
|
||||
Reference in New Issue
Block a user