plinth-infra/pds/allow-slurs.js

4 lines
142 B
JavaScript
Raw Permalink Normal View History

// i like saying "#tranny" -- sue me
const slurs = require("@atproto/pds/dist/handle/explicit-slurs.js")
slurs.hasExplicitSlur = () => false;