`watch` fns shouldn't call back with ephemeral messages right now
malgorithms opened this issue · 0 comments
malgorithms commented
I noticed from writing my own bot that it got an error if someone sent it an ephemeral message...and it tried to read the sender from it. the message came in through watchAllChannelsForNewMessages
. I didn't look at what the exact error was, but we should probably just hide these messages for now, so they're not returned.