Tweak push notification grouping

Closes #559
This commit is contained in:
Shadowfacts 2025-02-08 13:42:51 -05:00
parent a28798bf52
commit 2fc889a5f9

View File

@ -175,6 +175,7 @@ class NotificationService: UNNotificationServiceExtension {
} else {
conversationIdentifier = nil
}
content.threadIdentifier = conversationIdentifier ?? ""
let account: Account?
switch notification.kind {
@ -212,7 +213,7 @@ class NotificationService: UNNotificationServiceExtension {
outgoingMessageType: .outgoingMessageText,
content: notificationContent,
speakableGroupName: nil,
conversationIdentifier: conversationIdentifier,
conversationIdentifier: nil,
serviceName: nil,
sender: sender,
attachments: nil