This reverts commit aa61f8dfbb.
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1cb1d8bd9e
Коммит
9f7e361621
@@ -2867,8 +2867,8 @@ func (s *PluginSettings) SetDefaults(ls LogSettings) {
|
||||
}
|
||||
|
||||
if s.PluginStates[PluginIdFocalboard] == nil {
|
||||
// Enable the focalboard plugin by default
|
||||
s.PluginStates[PluginIdFocalboard] = &PluginState{Enable: true}
|
||||
// Disable the focalboard plugin by default
|
||||
s.PluginStates[PluginIdFocalboard] = &PluginState{Enable: false}
|
||||
}
|
||||
|
||||
if s.PluginStates[PluginIdApps] == nil {
|
||||
|
||||
Ссылка в новой задаче
Block a user