From 61b23bf2952b1d762d82103864e06d0170ec7b61 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Tue, 28 Mar 2023 22:06:39 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=F0=9F=A5=82=20to=20ChangeToLike?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 0275db93d..c45d751fc 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 @@ -23,7 +23,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 =