Map to deprecated reason if necessary, send some reports only to Bluesky

This commit is contained in:
Eric Bailey
2025-10-03 15:57:43 -05:00
parent 53728b468b
commit 47aede964f
3 changed files with 46 additions and 11 deletions
@@ -116,10 +116,9 @@ export const OTHER_REPORT_REASONS: Set<OzoneReportDefs.ReasonType> = new Set([
])
/**
* Set of report reasons that should only be sent to moderation authorities,
* such as Bluesky.
* Set of report reasons that should only be sent Bluesky's moderation service.
*/
export const MOD_AUTHORITY_ONLY_REPORT_REASONS: Set<OzoneReportDefs.ReasonType> =
export const BSKY_LABELER_ONLY_REPORT_REASONS: Set<OzoneReportDefs.ReasonType> =
new Set([
OzoneReportDefs.REASONCHILDSAFETYCSAM,
OzoneReportDefs.REASONCHILDSAFETYGROOM,