ensure we can't end up in an infinite loop
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending

This commit is contained in:
FloatingGhost 2023-03-10 18:46:13 +00:00
parent ffbeb9ffcc
commit 1c816ca0ba

View file

@ -428,7 +428,9 @@ def handle_incoming(
|> Map.put("type", "EmojiReact")
|> handle_incoming(options)
else
handle_incoming(options)
data
|> Map.delete("content")
|> handle_incoming(options)
end
end