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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user