logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 83ec2f1384611c385e79ddfd23566ddc173a8a4a
parent 3ce11b830ee69d8557146fce6d3507337298259d
Author: Mark Felder <feld@FreeBSD.org>
Date:   Tue, 17 Nov 2020 18:33:40 +0000

Allow subscribing for pleroma:emoji_reaction push notifications

Diffstat:

Mlib/pleroma/web/push/subscription.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 pleroma:chat_mention]a + @supported_alert_types ~w[follow favourite mention reblog pleroma:chat_mention pleroma:emoji_reaction]a defp alerts(%{data: %{alerts: alerts}}) do alerts = Map.take(alerts, @supported_alert_types)