mozilla / chat.mozillafoundation.org

Open source Slack-alternative in Golang and React - Mattermost
http://mattermost.org
Other
5 stars 6 forks source link

no way to remove " Command with a trigger of '...' not found" errors #87

Open Pomax opened 8 years ago

Pomax commented 8 years ago

If you issue a command that does not exist (e.g. /whatevercakes), mattermost will generate an error positioned under the input textbox (in itself questionable, as it alters the UI) that cannot be removed except by changing focus to another channel and then coming back.

It feels like this error should be an in-channel notice instead, similar to the "new messages" notifier, so that it doesn't interfere with the expected UI and can be freely ignored.