From 10c5a927cb619f1aa2a599cbe3667820f4766bda Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 9 Nov 2017 14:46:20 -0600 Subject: more global config ref cleanup (#7802) --- app/command_join.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/command_join.go') diff --git a/app/command_join.go b/app/command_join.go index 58b0170be..92084448e 100644 --- a/app/command_join.go +++ b/app/command_join.go @@ -23,7 +23,7 @@ func (me *JoinProvider) GetTrigger() string { return CMD_JOIN } -func (me *JoinProvider) GetCommand(T goi18n.TranslateFunc) *model.Command { +func (me *JoinProvider) GetCommand(a *App, T goi18n.TranslateFunc) *model.Command { return &model.Command{ Trigger: CMD_JOIN, AutoComplete: true, -- cgit v1.2.3-1-g7c22