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 =