Add more reacts to MRF
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
6a3a0270a2
commit
bbfcb44083
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue