This commit is contained in:
Mark Felder 2020-11-17 20:33:30 +00:00
parent ff7a4b6aa2
commit ccddedb504
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ defmodule Pleroma.Web.Push.Subscription do
timestamps()
end
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
@supported_alert_types ~w[follow favourite mention reblog pleroma:chat_mention pleroma:emoji_reaction]a
defp alerts(%{data: %{alerts: alerts}}) do