mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
This reverts commit 76ad948b80.
This commit is contained in:
parent
fefca512c8
commit
30a053314b
2 changed files with 18 additions and 0 deletions
9
server/channels/imports/boards_imports.go
Normal file
9
server/channels/imports/boards_imports.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
package imports
|
||||
|
||||
import (
|
||||
// Needed to ensure the init() method in the FocalBoard product is run.
|
||||
_ "github.com/mattermost/mattermost-server/server/v8/boards/product"
|
||||
)
|
||||
9
server/channels/imports/playbooks_imports.go
Normal file
9
server/channels/imports/playbooks_imports.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
package imports
|
||||
|
||||
import (
|
||||
// Needed to ensure the init() method in the Playbooks product is run.
|
||||
_ "github.com/mattermost/mattermost-server/server/v8/playbooks/product"
|
||||
)
|
||||
Loading…
Reference in a new issue