• 2 Posts
  • 27 Comments
Joined 3 years ago
cake
Cake day: September 8th, 2021

help-circle







  • Then I try the fedi icon and nothing happens at all… no expansion or anything. But I can see that the button is sensitive because it flashed as I clicked it. So then I forcefully copied that external link into a new tab in Tor Browser and it just shoots a blank.

    Indeed. I can reproduce this behaviour with this comment from this thread. See the following screenshot from my network console. The body says {“error”: “not_logged_in”}, so maybe a caching error or something like that? I’ll ping the admin of lemmy.world

    running over tor, which shows #LemmyWorld’s blockade I screencapped.

    That makes sense. Cloudflare often blocks Tor IPs or spams them with captchas.

    have always been wholly broken in ungoogled chromium.

    No problem on my side.







  • I firmly believe that my contributions could be significantly amplified if there were a mirror of Lemmy that utilized Forgejo hosting outside the United States

    Well, I don’t think so. GitHub is unfortunately the leading platform and shifting to another one will rather lead to a decline.

    However, they have an (now inactive) Gitea and a (working) Codeberg mirror but I think they only accept contribution via GitHub PR anyway.

    Anyway, you could still bring this topic up (and unlike previous issues ask them to not only mirror the code but also accept PRs there). Though I think the devs would not really want to manage contributions across multiple platforms (maybe this will get better once Forgejo finally supports federation though).





  • nachtigall@feddit.detoLemmy Support@lemmy.mlHelp with Lemmy API
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    1 year ago

    For subscribed communities you have to add an auth parameter (that you can obtain by POST’ing {username_or_email: "your_name", password: "your_password"} to /user/login, then extracting the jwt from the response) and type_=Subscribed. A complete request would look like that:

    curl "https://mander.xyz/api/v3/community/list?auth=verylongstring&type_=Subscribed" | jq