Open EternalllZM opened 1 year ago
Updating the description and deleting speculative comments that cannot be reproduced. The issue is caused by a send-message
action pointing to a different channel when executed from a message sent in a forum channel.
name: test-issue75
event: on-message
rank: 1
if:
- message-matches-any: ["sdhjkgbskd"]
do:
- delete-user-message:
- send-message: [955301063991369788, "I was told to send here"] # ERROR
- send-message: [$channel_id, "Can I send here?"] # DOES NOT ERROR
- exit:
Send "sdhjkgbskd" in a forum channel. Message deletes but the send-message
into channelID 955301063991369788 never executes, errors out into def monitor
with the following:
[07/28 06:26:55] [Warden] (test-issue75): Failed to send message, I could not find the recipient.
Cog
Describe the bug A
send-message
action pointing to a different channel when executed from a message sent in a forum channel will not execute and send an error to the monitor.To Reproduce Steps to reproduce the behavior:
Send "sdhjkgbskd" in a forum channel. Message deletes but the
send-message
into channelID 955301063991369788 never executes, errors out intodef monitor
with the following:Expected behavior The
send-message
should execute. I speculate this may be related to forum jank caused by #76Error Message