File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ import (
55 "errors"
66 "fmt"
77
8+ "github.com/mattermost/mattermost/server/public/model"
9+
810 "github.com/lukegb/mattermost-plugin-uffd/server/ctxlog"
911 "github.com/lukegb/mattermost-plugin-uffd/server/paginator"
10- "github.com/mattermost/mattermost/server/public/model"
1112)
1213
1314const (
Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ import (
1111 "sync"
1212 "time"
1313
14+ "github.com/mattermost/mattermost/server/public/model"
15+
1416 "github.com/lukegb/mattermost-plugin-uffd/server/ctxlog"
1517 "github.com/lukegb/mattermost-plugin-uffd/server/paginator"
16- "github.com/mattermost/mattermost/server/public/model"
1718)
1819
1920// MattermostRESTGroupBackend uses the Mattermost REST API to manipulate groups as a bot account.
You can’t perform that action at this time.
0 commit comments