Just a heads up, but as I was messing around with the Lemmy http apis I noticed that when I passed in a ListingType to the ListCommunities interface it was not respecting it.

IE. I passed in “Subscribed” for the type property (and my auth token) and did not get either A) Only subscribed communities back in the response (basically treating listing type as a filter) B) Communities sorted by Subscribed first so the first X were all subscribed where X = number of communities I’m subscribed to. (basically treating listing type as a sort)

Is this a known issue?