[MM-53291] Data retention improvements (#24253)
* adding new migration for RetentionIdsForDeletion, changing logic for deleting orphaned reactions. Updating delete user and channel endpoints to remove respective reactions
Этот коммит содержится в:
@@ -45,8 +45,6 @@ type FeatureFlags struct {
|
||||
|
||||
EnableExportDirectDownload bool
|
||||
|
||||
DataRetentionConcurrencyEnabled bool
|
||||
|
||||
StreamlinedMarketplace bool
|
||||
}
|
||||
|
||||
@@ -63,7 +61,6 @@ func (f *FeatureFlags) SetDefaults() {
|
||||
f.OnboardingTourTips = true
|
||||
f.CloudReverseTrial = false
|
||||
f.EnableExportDirectDownload = false
|
||||
f.DataRetentionConcurrencyEnabled = true
|
||||
f.StreamlinedMarketplace = true
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user