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
    5
    ·
    1 year 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.

    • nutomicA
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Everything is available through the api because thats what lemmy-ui uses. You can see the requests in browser console. But implementing mod actions takes time because there are a lot of them.