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