summaryrefslogtreecommitdiffstats
path: root/app/command_expand_collapse.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_expand_collapse.go')
-rw-r--r--app/command_expand_collapse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/command_expand_collapse.go b/app/command_expand_collapse.go
index 7ea90cdb5..484243e02 100644
--- a/app/command_expand_collapse.go
+++ b/app/command_expand_collapse.go
@@ -6,7 +6,7 @@ package app
import (
"strconv"
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
goi18n "github.com/nicksnyder/go-i18n/i18n"
)