mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
This reverts commit 76ad948b80
.
This commit is contained in:
parent
fefca512c8
commit
30a053314b
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 New Issue
Block a user