mirror of
https://github.com/mattermost/mattermost.git
synced 2026-09-24 16:05:00 +08:00
Enable Attribte Based Access Control FF by default (#31269)
This commit is contained in:
@@ -87,7 +87,7 @@ func (f *FeatureFlags) SetDefaults() {
|
||||
f.NotificationMonitoring = true
|
||||
f.ExperimentalAuditSettingsSystemConsoleUI = false
|
||||
f.CustomProfileAttributes = true
|
||||
f.AttributeBasedAccessControl = false
|
||||
f.AttributeBasedAccessControl = true
|
||||
}
|
||||
|
||||
// ToMap returns the feature flags as a map[string]string
|
||||
|
||||
Reference in New Issue
Block a user