Add 🥂 to ChangeToLike
This commit is contained in:
parent
d5da181de0
commit
61b23bf295
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue