summaryrefslogtreecommitdiffstats
path: root/app/command_join.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_join.go')
-rw-r--r--app/command_join.go2
1 files changed, 1 insertions, 1 deletions
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,