parent
a28798bf52
commit
2fc889a5f9
@ -175,6 +175,7 @@ class NotificationService: UNNotificationServiceExtension {
|
|||||||
} else {
|
} else {
|
||||||
conversationIdentifier = nil
|
conversationIdentifier = nil
|
||||||
}
|
}
|
||||||
|
content.threadIdentifier = conversationIdentifier ?? ""
|
||||||
|
|
||||||
let account: Account?
|
let account: Account?
|
||||||
switch notification.kind {
|
switch notification.kind {
|
||||||
@ -212,7 +213,7 @@ class NotificationService: UNNotificationServiceExtension {
|
|||||||
outgoingMessageType: .outgoingMessageText,
|
outgoingMessageType: .outgoingMessageText,
|
||||||
content: notificationContent,
|
content: notificationContent,
|
||||||
speakableGroupName: nil,
|
speakableGroupName: nil,
|
||||||
conversationIdentifier: conversationIdentifier,
|
conversationIdentifier: nil,
|
||||||
serviceName: nil,
|
serviceName: nil,
|
||||||
sender: sender,
|
sender: sender,
|
||||||
attachments: nil
|
attachments: nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user