mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 05:25:16 -05:00
FIX: the notification data on the client expects an identifier (#18850)
This commit is contained in:
@@ -51,6 +51,7 @@ module Jobs
|
||||
when :global_mentions
|
||||
data[:identifier] = "all"
|
||||
else
|
||||
data[:identifier] = identifier_type if identifier_type
|
||||
data[:is_group_mention] = true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user