This commit is contained in:
syuilo
2025-08-28 08:59:13 +09:00
parent 653cb116ea
commit 2e4c4dd555
3 changed files with 7 additions and 7 deletions

View File

@@ -223,10 +223,12 @@ export const meta = {
sensitiveMediaDetection: {
type: 'string',
optional: false, nullable: false,
enum: ['none', 'all', 'local', 'remote'],
},
sensitiveMediaDetectionSensitivity: {
type: 'string',
optional: false, nullable: false,
enum: ['medium', 'low', 'high', 'veryLow', 'veryHigh'],
},
setSensitiveFlagAutomatically: {
type: 'boolean',