this post was submitted on 03 Nov 2025
44 points (95.8% liked)

Fediverse

37638 readers
85 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

Just gathering ideas.

top 18 comments
sorted by: hot top controversial new old
[–] Skavau@piefed.social 11 points 1 day ago (1 children)

I made a post on this some weeks back. Whether it would be through an 'automod' bot (ideally not, in my opinion) - or community settings preventing posts from even going out is another matter.

  • Automatic removal option to remove posts and/or comments for specific keywords. This would be most useful for automatically removing posts and comments when people slur. Piefed already has a keyword filter for visibility. This could be expanded to community settings. Have it also fire-off a report to the moderators when someone triggers it.
  • Automatic URL removal. Allow communities to blacklist specific urls. Useful for politics or news communities that want to negate sources known for misinformation.
  • Automatic removal for repeat URL posting. Very useful for politics or news communities to prevent double-posting.
  • Make it so a community can set itself up to only accept text posts, video posts, or image posts. This should prevent tedious janitorial cleanup for communities that only allow links, or text posts (the most common two).
  • Post Delay Restrictions. Some communities, perhaps not many, might be interested in posting cooldowns for users. So you can only post 1 post every hour, or 2 posts every hour - or whatever the chosen limit is. This would help negate spammers and over-enthusiastic posters flooding a topical community.
  • Post Formatting Requirements. This one could be trickier and more effort than most of the others, but setting conditions for the formatting of new posts would be useful.
[–] asudox@lemmy.asudox.dev 5 points 1 day ago* (last edited 1 day ago)

All of them are possible with my current design plan, which is allowing mods to write the functionality themselves (instead of predefining them like in some other automods) in sandboxed Lua (might change).

I might still predefine some myself for performance.

[–] shittydwarf@sh.itjust.works 11 points 1 day ago (4 children)
[–] Blaze@piefed.zip 8 points 1 day ago

Piefed has them

[–] asudox@lemmy.asudox.dev 6 points 1 day ago

For automated ones, sure. But if you just want to schedule some post you made, that functionality is already available in Piefed and will be available in Lemmy in the next 1.0.0 release as well.

Piefed has scheduled posts. I haven’t used it because I have no reason to, but the functionality is there.

[–] otter@lemmy.ca 10 points 1 day ago (1 children)

For context, this is what reddit's limited automod is like

https://www.reddit.com/r/reddit.com/wiki/automoderator/full-documentation/

I'm sure we can do better. For example, being able to use variables

[–] asudox@lemmy.asudox.dev 6 points 1 day ago

Of course. Reddit's automod is very simple.

My current design plan is leaving the implementation to community mods by embedding sandboxed Lua (might change).

[–] sk1nnym1ke@piefed.social 8 points 1 day ago

Duplication post removal.

Sometimes two or more users post independently on a short time not knowing that a thread already exist.

[–] LimpRimble@lemmy.ca 5 points 1 day ago
  • Controllable by a simple, easily understood scripting language. Lua for example.
  • A sense of time and date.
  • Powerful regex interpreter.
  • Open source.
  • Documentation. Maybe a wiki?
  • Easily configurable for each instance so that admins aren't afraid to install it.
[–] threelonmusketeers@sh.itjust.works 5 points 1 day ago (1 children)

Automatic comment replies based on keywords or key phrases.

Basically, if a comment contains a specific string, the automod would reply with a corresponding string, configurable by the community moderators.

Would this be doable?

[–] JackbyDev@programming.dev 1 points 6 hours ago

No, it's impossible. The tech just isn't there yet. We need AGI to be able to detect a string.

[–] jordanlund@lemmy.world 3 points 1 day ago* (last edited 1 day ago)

Set a minimum account age for posts and comments.

I would like to be notified when users who are on a warning post or comment.

[–] SomeRandomNoob@discuss.tchncs.de 2 points 10 hours ago

AI! Definitely AI! /s

[–] JackbyDev@programming.dev 2 points 6 hours ago (1 children)

One thing I see a lot of instance specific meta communities that only allow top level comments from users if that instance. Auto removing those form other instances would be useful.

[–] asudox@lemmy.asudox.dev 1 points 6 hours ago* (last edited 6 hours ago)

Lemmy and Piefed both support disabling federation for specific communities, if you mean not allowing people from other instances to interact with the community. Or do you mean just not allowing comments?