Last changes

This commit is contained in:
ismailgulek
2020-10-12 12:57:00 +03:00
parent a083a64554
commit e00a751cc3
7 changed files with 209 additions and 34 deletions
@@ -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);