@[email protected] to [email protected] • 2 years agoWe're all getting olderlemmy.worldimagemessage-square10fedilinkarrow-up1245
arrow-up1237imageWe're all getting olderlemmy.world@[email protected] to [email protected] • 2 years agomessage-square10fedilink
minus-square@[email protected]linkfedilink2•2 years agoThe slur filter targets derogatory words, not “bad” words in general. The regex can be found here: https://github.com/LemmyNet/lemmy/blob/main/crates/utils/src/utils/slurs.rs
The slur filter targets derogatory words, not “bad” words in general. The regex can be found here: https://github.com/LemmyNet/lemmy/blob/main/crates/utils/src/utils/slurs.rs
Interesting, thank you