chore: Add notification ID to tag to make it unique (#5227)
This commit is contained in:
parent
fe74a259be
commit
4b1bb65c92
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Notification::PushNotificationService
|
||||||
def push_message
|
def push_message
|
||||||
{
|
{
|
||||||
title: notification.push_message_title,
|
title: notification.push_message_title,
|
||||||
tag: "#{notification.notification_type}_#{conversation.display_id}",
|
tag: "#{notification.notification_type}_#{conversation.display_id}_#{notification.id}",
|
||||||
url: push_url
|
url: push_url
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue