[MM-19948] Set version on module file and internal paths (#13186)
* [MM-19948] Set version on module file and internal paths * Fixes after merge * Fix i18n checker error
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
14bcd1f0a1
Коммит
2259b7f2a8
@@ -6,6 +6,6 @@ package imports
|
||||
// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty
|
||||
|
||||
import (
|
||||
_ "github.com/mattermost/mattermost-server/migrations"
|
||||
_ "github.com/mattermost/mattermost-server/plugin/scheduler"
|
||||
_ "github.com/mattermost/mattermost-server/v5/migrations"
|
||||
_ "github.com/mattermost/mattermost-server/v5/plugin/scheduler"
|
||||
)
|
||||
|
||||
Ссылка в новой задаче
Block a user