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 =