Increase pending federation invitation when receiving invitation push

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
Marcel Müller 2024-02-18 23:46:22 +01:00
Родитель 12d49ad342
Коммит 76d7c1d51f
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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];