summaryrefslogtreecommitdiffstats
path: root/app/command_leave.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_leave.go')
-rw-r--r--app/command_leave.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/command_leave.go b/app/command_leave.go
index 9d76f7ee5..f127947d5 100644
--- a/app/command_leave.go
+++ b/app/command_leave.go
@@ -23,7 +23,7 @@ func (me *LeaveProvider) GetTrigger() string {
return CMD_LEAVE
}
-func (me *LeaveProvider) GetCommand(T goi18n.TranslateFunc) *model.Command {
+func (me *LeaveProvider) GetCommand(a *App, T goi18n.TranslateFunc) *model.Command {
return &model.Command{
Trigger: CMD_LEAVE,
AutoComplete: true,