1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-25 04:53:06 +00:00
This commit is contained in:
Mark Felder 2020-11-17 20:33:30 +00:00
parent ff7a4b6aa2
commit ccddedb504

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