mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Temporarily place plugins into E20 (#7370)
This commit is contained in:
committed by
George Goldberg
parent
ba2868775d
commit
4c522155da
@@ -189,7 +189,7 @@ func StartServer() {
|
||||
}()
|
||||
}
|
||||
|
||||
if *utils.Cfg.PluginSettings.Enable {
|
||||
if utils.IsLicensed() && *utils.License().Features.FutureFeatures && *utils.Cfg.PluginSettings.Enable {
|
||||
StartupPlugins("plugins", "webapp/dist")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user