зеркало из https://github.com/nextcloud/talk-ios.git
Increase pending federation invitation when receiving invitation push
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
Родитель
12d49ad342
Коммит
76d7c1d51f
|
@ -252,6 +252,8 @@ typedef void (^CreateConversationNotificationCompletionBlock)(void);
|
|||
self.bestAttemptContent.categoryIdentifier = @"CATEGORY_FEDERATION";
|
||||
self.bestAttemptContent.title = serverNotification.subject;
|
||||
self.bestAttemptContent.body = serverNotification.message;
|
||||
|
||||
[[NCDatabaseManager sharedInstance] increasePendingFederationInvitationForAccountId:account.accountId];
|
||||
}
|
||||
|
||||
[self createConversationNotificationWithPushNotificationAndShow:pushNotification];
|
||||
|
|
Загрузка…
Ссылка в новой задаче