mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
more global config ref cleanup (#7802)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user