more global config ref cleanup (#7802)

This commit is contained in:
Chris
2017-11-09 14:46:20 -06:00
committed by GitHub
parent b0c18ece09
commit 10c5a927cb
49 changed files with 216 additions and 217 deletions

View File

@@ -23,7 +23,7 @@ func (me *LogoutProvider) GetTrigger() string {
return CMD_LOGOUT
}
func (me *LogoutProvider) GetCommand(T goi18n.TranslateFunc) *model.Command {
func (me *LogoutProvider) GetCommand(a *App, T goi18n.TranslateFunc) *model.Command {
return &model.Command{
Trigger: CMD_LOGOUT,
AutoComplete: true,