moderation/florp.nix

14 lines
224 B
Nix
Raw Normal View History

2024-11-14 15:53:38 +01:00
{ ... }: {
hashtags = {
lewd = {
reason = "Reduce visibility of lewd posts.";
sensitive = true;
};
nsfw = {
reason = "Reduce visibility of lewd posts.";
sensitive = true;
};
};
}