CrowdStrike offers a $10 apology gift card to say sorry for outage
CrowdStrike offers a $10 apology gift card to say sorry for outage
Lemmy.ml API returning incorrect information for community list?
So, I noticed something interesting while writing and testing a script. The intent of the script is to connect to the API of your home instance, then list all of the communities for all instances that the home instance is federated with, sorted by number of subscribers. The API endpoint to do this is “/api/v3/community/list” My understanding is as follows: - The argument “sort=TopAll” indicates that it should sort by number of subscribers - The argument “type=All” indicates that it should show communities from the local instance and all federated instances. - The argument “limit” indicates how many results to return (up to 50) - The argument “page” indicates which page of “limit” items to return So I should get more or less the same results if I run the same request against lemmy.world or lemmy.ml [http://lemmy.ml] So I ran these two requests: - https://lemmy.world/api/v3/community/list?type=All&sort=TopAll&limit=50&page=1 [https://lemmy.world/api/v3/community/list?type=All&sort=TopAll&limit=50&page=1] - https://lemmy.ml/api/v3/community/list?type=All&sort=TopAll&limit=50&page=1 [https://lemmy.ml/api/v3/community/list?type=All&sort=TopAll&limit=50&page=1] With the first one, I get a mix mostly of lemmy.world, lemmy.ml [http://lemmy.ml], and beehaw.org [http://beehaw.org] communities. That’s what I’d expect. However, with the second, it’s all lemmy.ml [http://lemmy.ml] communities. So, like, what’s the deal? — Edit 2023-06-14T16:03Z Seems something similar when I request for the endpoint on breehaw.org [http://breehaw.org]. The first page is a mix of breehaw.org [http://breehaw.org] and lemmy.ml [http://lemmy.ml] results, but no other instances. — Edit 2023-06-14T16:12Z It’s like they’re all different and all seem to favor their home instance? Some more than others, though. - Lemmy.world is pretty well balanced. - Lemmy.ml [http://Lemmy.ml] is all Lemmy.ml [http://Lemmy.ml] - Beehaw.org [http://Beehaw.org] is mostly Beehaw.org [http://Beehaw.org] and Lemmy.ml [http://Lemmy.ml] - Lemmy.ca [http://Lemmy.ca] is mostly lemmy.ca [http://lemmy.ca] and lemmy.ml [http://lemmy.ml], with some beehaw.org [http://beehaw.org] mixed in - Midwest.social is mostly midwest.social, lemmy.ml [http://lemmy.ml], and a little beehaw.org [http://beehaw.org]
AAD Admin portal trouble?