summaryrefslogtreecommitdiffstats
path: root/app/command_search.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_search.go')
-rw-r--r--app/command_search.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/command_search.go b/app/command_search.go
index ea09fe19c..e7fb7617c 100644
--- a/app/command_search.go
+++ b/app/command_search.go
@@ -33,7 +33,7 @@ func (search *SearchProvider) GetCommand(T goi18n.TranslateFunc) *model.Command
}
}
-func (search *SearchProvider) DoCommand(args *model.CommandArgs, message string) *model.CommandResponse {
+func (search *SearchProvider) 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_search.unsupported.app_error"),