summaryrefslogtreecommitdiffstats
path: root/api/command_shortcuts.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_shortcuts.go')
-rw-r--r--api/command_shortcuts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/command_shortcuts.go b/api/command_shortcuts.go
index dfbb7071d..f75b419b1 100644
--- a/api/command_shortcuts.go
+++ b/api/command_shortcuts.go
@@ -35,7 +35,7 @@ func (me *ShortcutsProvider) GetCommand(c *Context) *model.Command {
}
}
-func (me *ShortcutsProvider) DoCommand(c *Context, channelId string, message string) *model.CommandResponse {
+func (me *ShortcutsProvider) DoCommand(c *Context, args *model.CommandArgs, message string) *model.CommandResponse {
shortcutIds := [4]string{
"api.command_shortcuts.nav",
"api.command_shortcuts.files",