mozilla / chat.mozillafoundation.org

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

Add support for /msg shortcut #1

Closed alanmoo closed 8 years ago

alanmoo commented 8 years ago

In the message bar, typing /msg or /dm should allow the user to send a direct message to a user. Ideally it would populate a list of possible matches after the command has been matched

floatingatoll commented 8 years ago

Most IRC clients include default aliases for /m (to /msg) and /q (to /query), which may be of interest as well.

alanmoo commented 8 years ago

There doesn't seem to be an obvious way to map multiple aliases to the same command, but the pop-up list of commands is pretty useful, so I'd say let's see how people feel about this and then decide if another issue should be opened.

alanmoo commented 8 years ago

Submitted to Mattermost upstream as https://github.com/mattermost/platform/pull/2320

alanmoo commented 8 years ago

Landed upstream.