this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

automod: escalate anti-harassment rule (#658)

authored by

bnewbold and committed by
GitHub
291f988b 160ef17a

+2 -1
+2 -1
automod/rules/harassment.go
··· 51 51 } 52 52 if c.InSet("harassment-target-dids", did) { 53 53 //c.AddRecordFlag("interaction-harassed-target") 54 - c.ReportAccount(automod.ReportReasonOther, fmt.Sprintf("possible harassment of known target account: %s", did)) 54 + c.ReportAccount(automod.ReportReasonOther, fmt.Sprintf("possible harassment of known target account: %s (also labeled; remove label if this isn't harassment)", did)) 55 + c.AddAccountLabel("!hide") 55 56 c.Notify("slack") 56 57 return nil 57 58 }