aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/push/subscription.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/web/push/subscription.ex')
-rw-r--r--lib/pleroma/web/push/subscription.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/push/subscription.ex b/lib/pleroma/web/push/subscription.ex
index 3e401a490..5b5aa0d59 100644
--- a/lib/pleroma/web/push/subscription.ex
+++ b/lib/pleroma/web/push/subscription.ex
@@ -25,7 +25,7 @@ defmodule Pleroma.Web.Push.Subscription do
timestamps()
end
- @supported_alert_types ~w[follow favourite mention reblog]a
+ @supported_alert_types ~w[follow favourite mention reblog pleroma:chat_mention]a
defp alerts(%{data: %{alerts: alerts}}) do
alerts = Map.take(alerts, @supported_alert_types)