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