this post was submitted on 27 Nov 2023
475 points (96.7% liked)
Announcements
23285 readers
14 users here now
Official announcements from the Lemmy project. Subscribe to this community or add it to your RSS reader in order to be notified about new releases and important updates.
You can also find major news on join-lemmy.org
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thought I'd mention a problem (re: Apps will likely break (only for lemmy.ml)) I am developing an app and this one request stopped working:
https://lemmy.ml/api/v3/community/list?type_=Subscribed&auth=[MY_AUTH]&username=[MY_USERNAME]&limit=50
Any other
type_
works. This one used to return only a users Subscribed communities but it just returns an empty array{"communities":[]}
. When you load it up in a browser it works. I'm driving myself crazyThe auth method has changed. Check the posts stickied to [email protected]
Ah that's great news thank you. Guess I'll need to change my comments 🤡
Does it work after logging in again?