From bbfcb4408338fe5bb2e905c9ff2782d377e35ad4 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Mon, 30 May 2022 15:36:54 +0200 Subject: [PATCH] Add more reacts to MRF Signed-off-by: Sam Therapy --- lib/pleroma/web/activity_pub/mrf/change_react_to_like.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pleroma/web/activity_pub/mrf/change_react_to_like.ex b/lib/pleroma/web/activity_pub/mrf/change_react_to_like.ex index 5179e623d..4d3c15dfc 100644 --- a/lib/pleroma/web/activity_pub/mrf/change_react_to_like.ex +++ b/lib/pleroma/web/activity_pub/mrf/change_react_to_like.ex @@ -14,7 +14,7 @@ def filter(%{"type" => "EmojiReact"} = object) do react = object["content"] # TODO: make this pull from config - if react in ["👍", "👎", "❤️", "😆", "😮", "😢", "😩", "😭", "🔥", "⭐"] do + if react in ["👍", "👎", "❤️", "🔥", "😆", "😮", "😭", "😢", "😩", "🤮", "😡", "⭐"] do Logger.info("MRF.ChangeReactstoLikes: Changing #{inspect(react)} to a Like") object =