Group notification by status or account id

This commit is contained in:
Thomas Ricouard 2023-02-14 18:08:37 +01:00
parent 363164d96d
commit c12bf3a098

View file

@ -88,6 +88,7 @@ class NotificationService: UNNotificationServiceExtension {
currentUser: bestAttemptContent.userInfo["i"] as? String ?? "",
avatarURL: fileURL)
bestAttemptContent = try bestAttemptContent.updating(from: intent) as! UNMutableNotificationContent
bestAttemptContent.threadIdentifier = remoteNotification.status?.id ?? remoteNotification.account.id
if type == .mention {
bestAttemptContent.body = notification.body.escape()
} else {