this post was submitted on 06 Jul 2023
148 points (91.6% liked)

Memes

45587 readers
1230 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] NettoHikari@social.fossware.space 21 points 1 year ago (1 children)

I'm currently working on an admin / moderator web frontend that'll allow for some moderation tasks that Lemmy doesn't support yet.

If I get somewhere, I'll make it open source for instance admins to run.

[–] wasabi@feddit.de 7 points 1 year ago* (last edited 1 year ago) (1 children)

What tasks do you want to implement?

Right now, the web interface can be used for tasks that require database access, like getting a list of posts that are marked as deleted (for purging them after x amount of time), pulling GDPR packages when users request them, showing statistics, etc. There's also a bot account (in my case, @CloudComet@social.fossware.space) which can be controlled through the web interface and which can automatically pin or lock stuff, post threads or comments, etc.

It's just the beginning and I didn't have much time to work on it yet, because I don't find much time to concentrate these days (2 little children at home).

I also expect many of the features my tool has or has planned to be only temporary, as they'll most likely be implemented in Lemmy directly.