teremterem / swipe-thought-bot

MIT License
0 stars 0 forks source link

Make bot react to channel posts too? #64

Closed teremterem closed 3 years ago

teremterem commented 3 years ago

MessageHandler does not react to channel_post updates (at least from inside ConversationHandler). According to docs, it should react to channel posts (at least outside of ConversationHandler?)

teremterem commented 3 years ago

ConversationHandler is not designed to work in channels:

image

Let's leave it as is (for now?).