summaryrefslogtreecommitdiffstats
path: root/app/command_shortcuts.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_shortcuts.go')
-rw-r--r--app/command_shortcuts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/command_shortcuts.go b/app/command_shortcuts.go
index 1f002a5c1..170911af8 100644
--- a/app/command_shortcuts.go
+++ b/app/command_shortcuts.go
@@ -33,7 +33,7 @@ func (me *ShortcutsProvider) GetCommand(T goi18n.TranslateFunc) *model.Command {
}
}
-func (me *ShortcutsProvider) DoCommand(args *model.CommandArgs, message string) *model.CommandResponse {
+func (me *ShortcutsProvider) DoCommand(a *App, args *model.CommandArgs, message string) *model.CommandResponse {
// This command is handled client-side and shouldn't hit the server.
return &model.CommandResponse{
Text: args.T("api.command_shortcuts.unsupported.app_error"),