parent
a28798bf52
commit
2fc889a5f9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user