summaryrefslogtreecommitdiffstats
path: root/app/command_join_test.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11230: Make permissions checks in commands failsafe. (#9392)George Goldberg2018-09-121-22/+84
| | | | Also add additional unit tests to make sure the permissions tests are completely solid.
* MM-10910 fix join and open channel commands to work with tilde (#8984)Sudheer2018-06-271-0/+88
* MM-10910 fix join and open channel commands to work with tilde * Fix lint * Add basic tests for command_join