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