[MM-13744] Enable NPS plugin if prepackaged (#10485)
* Enable NPS plugin if prepackaged * Enable NPS plugin in config.go
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c370d30041
Коммит
dd3c7b2f0e
@@ -2110,6 +2110,10 @@ func (s *PluginSettings) SetDefaults() {
|
||||
if s.PluginStates == nil {
|
||||
s.PluginStates = make(map[string]*PluginState)
|
||||
}
|
||||
|
||||
if s.PluginStates["com.mattermost.nps"] == nil {
|
||||
s.PluginStates["com.mattermost.nps"] = &PluginState{Enable: true}
|
||||
}
|
||||
}
|
||||
|
||||
type GlobalRelayMessageExportSettings struct {
|
||||
|
||||
Ссылка в новой задаче
Block a user