Is there not a single Lemmy client on Android that has mod tools or am I bugging? - eviltoast

I’ve tried liftoff, jerboa, connect and thunder. None of them seemed to have any mod tools available. Is it just not possible to access the modqueue or remove posts on mobile?

  • CMahaff@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 years ago

    Everyone is saying it’s missing from the API, but I don’t think that can be the case since the regular Lemmy UI uses the API - so far as I know it isn’t doing anything custom compared to apps / other frontends.

    You can see all the API endpoints here: https://github.com/LemmyNet/lemmy/blob/main/src/api_routes_http.rs

    That said, obviously developers have to add those features to their front-ends, and could be waiting for whatever Lemmy API library they use to support certain calls.