summaryrefslogtreecommitdiffstats
path: root/app/command_channel_purpose.go
Commit message (Collapse)AuthorAgeFilesLines
* remove more global references (#7442)Chris2017-09-141-5/+5
|
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* app type transition (#7167)Chris2017-09-061-4/+4
|
* [PLT-6708] /purpose [text] slash command: Edit the channel purpose (#6569)Carlos Tadeu Panato Junior2017-07-211-0/+69
* /purpose [text] slash command: Edit the channel purpose * update command on server side to check for direct or group channels * update stings and block the dialog when is DM or GM * update per review * remove duplicate websocker event and apply the same for /header command * update per review * update