With the official slack plugin, when you do the following, it’s not clear what behavior to expect:
/discourse watch foo
Watched category foo
/discourse watch bar
Watched category bar
/discourse mute all
Muted all categories on this channel
At this stage, the admin plugin settings show three rows:
- Foo, #my-channel, All posts and replies
- Bar, #my-channel, All posts and replies
- All categories, #my-channel, Muting
When in this state, what should happen when a post is made in the Foo category?
If Mute overrides other settings, than I think I want to be able to “Unmute” All categories in this example (or maybe more generally delete a particular subscription from the slack command)
Alternatively, if the settings were:
- Bar, #my-channel, Muting
- All categories, #my-channel, All posts and replies
What should happen when a post is made in the Bar category?