Hey all,
I’m the author of lemmyverse.net and I’ve recently been working on a new moderation tool called Lemmy Modder. https://modder.lemmyverse.net/
Currently, it supports user registration/approvals and content report management. I offer it either as a hosted app (which is currently only compatible with Lemmy 0.18 instances) or a package that you can run alongside your Lemmy instance (using Docker-Compose)
Feel free to give it a go and send any feedback my way :) https://github.com/tgxn/lemmy-modder
Edit for a note: This tool does not save, proxy or store any of your user credentials or data to me, it is only ever stored locally in your browser. I also do not use any website tracking tools. 👍
Neat! Any chance you can display the user modlog in there too? So everything can be seen and done from there?
That would be great!
I’d love to be able to have a modlog containing all the entries for a particular user, but the Lemmy API doesn’t currently support getting filtered results per user. 😔 I’ll have to make an issue for it and maybe an upstream one to add this to Lemmy…
Oh I ask because they managed to get it in photon and alexandrite. Not sure how they did it though
i was wrong - i should be able to do this actually 😅… the API seems to provide community and user id filters! I’ve made a backlog item https://github.com/tgxn/lemmy-modder/issues/75
Nice one!