Comment on Lemmy Moderation Tooling
tgxn@lemmy.tgxn.net 1 year agonot yet, but improved sorting is on the cards.
the main issue is the lemmy api’s don’t support most of this, so it’ll have to be implemented locally.
for example, ListPostReports only allows: community_id
, limit
, page
, and unresolved_only
as parameters:
join-lemmy.org/api/…/ListPostReports.html
PR’s need to be submitted to Lemmy core to add this functionality, so for now I do a infinite load as you scroll.
Xylinna@lemmy.world 1 year ago
I was wondering if that might be the case. Hopefully future Lemmy updates will allow for this.