this post was submitted on 16 Jun 2023
565 points (98.8% liked)
Lemmy.World Announcements
29026 readers
4 users here now
This Community is intended for posts about the Lemmy.world server by the admins.
Follow us for server news ๐
Outages ๐ฅ
https://status.lemmy.world
For support with issues at Lemmy.world, go to the Lemmy.world Support community.
Support e-mail
Any support requests are best sent to [email protected] e-mail.
Report contact
- DM https://lemmy.world/u/lwreport
- Email [email protected] (PGP Supported)
Donations ๐
If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.
If you can, please use / switch to Ko-Fi, it has the lowest fees for us
Join the team
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There is an advantage that Lemmy's backend is entirely an API with a detached frontend. There are already API wrappers for Rust and Typescript that are officially supported, so I'm sure it's only a matter of time before someone writes a robust automod that can be implemented for communities that desire one.
I have a bit of interest in doing it, but I know nothing about the API itself, so I'm not sure how easy it would be to grab every new thing submitted to a community or instance for moderation.
Yeah I'm also interested in seeing how all of these sites work and looking at ways I can help improve it. The whole positing process / propagation process seems pretty complex though so I'll probably let the more familiar devs work on it for now.
From what I understand though, each admin (for example kbin.social) is maintaining a fork of their project so they could implement automod on their own local content, but that wouldn't stop propagated content (e.g from Lemmy) coming in that's spam.
Seems like the issue might need to be fixed on a site by site basis.