Sets the Custom Profile Attributes feature flag to true by default (#31160)

Co-authored-by: Miguel de la Cruz <miguel@ctrlz.es>
Этот коммит содержится в:
Miguel de la Cruz
2025-05-27 13:35:02 +02:00
коммит произвёл GitHub
родитель 3d5cf06237
Коммит b3649132d0

Просмотреть файл

@@ -82,7 +82,7 @@ func (f *FeatureFlags) SetDefaults() {
f.WebSocketEventScope = true
f.NotificationMonitoring = true
f.ExperimentalAuditSettingsSystemConsoleUI = false
f.CustomProfileAttributes = false
f.CustomProfileAttributes = true
f.AttributeBasedAccessControl = false
}