mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
chore: Add notification ID to tag to make it unique (#5227)
This commit is contained in:
@@ -33,7 +33,7 @@ class Notification::PushNotificationService
|
||||
def push_message
|
||||
{
|
||||
title: notification.push_message_title,
|
||||
tag: "#{notification.notification_type}_#{conversation.display_id}",
|
||||
tag: "#{notification.notification_type}_#{conversation.display_id}_#{notification.id}",
|
||||
url: push_url
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user