seratch / ChatGPT-in-Slack

Swift demonstration of how to build a Slack app that enables end-users to interact with a ChatGPT bot
MIT License
437 stars 162 forks source link

Slack bot does not reply following metioned message in a thread #70

Closed maxshine closed 8 months ago

maxshine commented 8 months ago

Dear author

The issue is as stated in the title. If a user reply in a thread with another mentioned message targeting the bot, the bot application just ignore it with no reply.

image
seratch commented 8 months ago

Thanks for the report. This pattern should be supported

seratch commented 8 months ago

I checked this issue but it does not arise for me. Perhaps, your app configuration might be incomplete. If your app does not subscribe message events while subscribing app_mention ones, the situation you mentioned here can arise. Please double-check your settings: https://github.com/seratch/ChatGPT-in-Slack/blob/main/manifest-dev.yml#L32-L35

Let me close this issue now but when you have anything further to mention, please feel free to write in.