From 96e3686dd51a2c9d2967a8ce4736c83f36a387ff Mon Sep 17 00:00:00 2001 From: Martin Kraft Date: Wed, 15 Nov 2017 12:14:36 -0500 Subject: PLT-7111: Fix for groupmsgProvider.GetCommand method signature. (#7835) --- app/command_groupmsg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/command_groupmsg.go') diff --git a/app/command_groupmsg.go b/app/command_groupmsg.go index a07309f04..32ad431ff 100644 --- a/app/command_groupmsg.go +++ b/app/command_groupmsg.go @@ -27,7 +27,7 @@ func (me *groupmsgProvider) GetTrigger() string { return CMD_GROUPMSG } -func (me *groupmsgProvider) GetCommand(T goi18n.TranslateFunc) *model.Command { +func (me *groupmsgProvider) GetCommand(a *App, T goi18n.TranslateFunc) *model.Command { return &model.Command{ Trigger: CMD_GROUPMSG, AutoComplete: true, -- cgit v1.2.3-1-g7c22