Hey there,
I wrote couple of simple slash commands, which trigger a web request to cloud, and return either a JSON object or plain text, which gets posted to a channel. Everything worked fine as expected, until something changed and now all of my slash commands display a message “(Only visible to you)”, which is not what I want.
So the commands used to generate output which would to be visible to everyone.
I been using this guide to create my slash commands.
https://docs.mattermost.com/developer/slash-commands.html#custom-slash-command
Anyone else experiencing this behavior ?