feat(risk-control): add content moderation audit
This commit is contained in:
@@ -109,6 +109,11 @@ export const FeatureFlags = {
|
||||
mode: 'opt-out',
|
||||
label: 'Payment',
|
||||
}),
|
||||
riskControl: defineFlag({
|
||||
key: 'risk_control_enabled',
|
||||
mode: 'opt-in',
|
||||
label: 'Risk Control',
|
||||
}),
|
||||
affiliate: defineFlag({
|
||||
key: 'affiliate_enabled',
|
||||
mode: 'opt-in',
|
||||
|
||||
Reference in New Issue
Block a user