cog
cog copied to clipboard
Allow overriding the reply_broadcast value when using threading in slack
This allows you to turn reply broadcasting off if you'd prefer when using threading. This means that messages will only go to the thread and not also to the channel.
It defaults to broadcasting ON, since that's what it was previously doing.
This needs integration tests added to slack_threads_test.exs. And once merged, an addition to Cog Book's Cog Server Configuration page.