moderation/florp.nix
2024-11-14 15:53:38 +01:00

13 lines
224 B
Nix

{ ... }: {
hashtags = {
lewd = {
reason = "Reduce visibility of lewd posts.";
sensitive = true;
};
nsfw = {
reason = "Reduce visibility of lewd posts.";
sensitive = true;
};
};
}