FIX: the notification data on the client expects an identifier (#18850)

This commit is contained in:
Joffrey JAFFEUX
2022-11-03 09:06:05 +01:00
committed by GitHub
parent 1c52e11d48
commit 9ff091dc01
2 changed files with 2 additions and 1 deletions
@@ -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