Add 🥂 to ChangeToLike

This commit is contained in:
Sam Therapy 2023-03-28 22:06:39 +02:00
parent d5da181de0
commit 61b23bf295
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 1 deletions

View File

@ -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 =