Something weird is definitely going on. I can see my subscribed communities on the web interface, but for some reason the API is returning an empty list. Something must have changed with the API in this release. I also notice a lot of my communities show 0 posts, even the one I created which I know has posts on it. And that’s in the web interface.
Edit: it looks like when fetching subscribed communities, the query param is type, where it used to be type_. 🥲 the sorting is also different. If your sorting is set to active and there aren’t any active posts, the list will just be empty. Change to new or old and the posts will appear again.
Something weird is definitely going on. I can see my subscribed communities on the web interface, but for some reason the API is returning an empty list. Something must have changed with the API in this release. I also notice a lot of my communities show 0 posts, even the one I created which I know has posts on it. And that’s in the web interface.
Edit: it looks like when fetching subscribed communities, the query param is
type
, where it used to betype_
. 🥲 the sorting is also different. If your sorting is set to active and there aren’t any active posts, the list will just be empty. Change to new or old and the posts will appear again.