chore: Add notification ID to tag to make it unique (#5227)
This commit is contained in:
parent
fe74a259be
commit
4b1bb65c92
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user