this post was submitted on 05 Jul 2023
3 points (100.0% liked)

Beehaw Support

2803 readers
1 users here now

Support and meta community for Beehaw. Ask your questions about the community, technical issues, and other such things here.

A brief FAQ for lurkers and new users can be found here.

Our September 2024 financial update is here.

For a refresher on our philosophy, see also What is Beehaw?, The spirit of the rules, and Beehaw is a Community


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.


if you can see this, it's up  

founded 3 years ago
MODERATORS
 

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?

top 2 comments
sorted by: hot top controversial new old
[–] hawkwind@lemmy.management 1 points 2 years ago* (last edited 2 years ago) (1 children)

Can you post your request and response? You can truncate the content and, obviously remove secrets. We need at least that in order to say “having the same problem.”

[–] evilviper 1 points 2 years ago* (last edited 2 years ago)

Sure here's any example of me getting back literally no subscribed communities though I had about 6-8 subscribed.

https://lemmy.ml/api/v3/community/list?type=Subscribed&limit=10&auth=REDACTED&page=1 Got data: { "communities" : [ { "subscribed" : "NotSubscribed", "blocked" : false, "community" : { "id" : 117800, "title" : "MoreMoreTankieChapo is a Marxist-Leninist place dedicated to theory, world news, and shitposting", "instance_id" : 66 } }, { "subscribed" : "NotSubscribed", "blocked" : false, "community" : { "id" : 117930, "published" : "2023-06-18T04:20:22.623540", "posting_restricted_to_mods" : false, "nsfw" : false, "title" : "Olympia WA", "removed" : false, "deleted" : false, "actor_id" : "https://lemm.ee/c/olympia", "local" : false, "hidden" : false, "name" : "olympia", "instance_id" : 137189 } }, { "subscribed" : "NotSubscribed", "blocked" : false, "community" : { "id" : 117816, "updated" : "2023-06-17T03:03:53.978445", "published" : "2023-06-11T22:13:40.485361", "posting_restricted_to_mods" : false, "nsfw" : false, "title" : "Amd", "removed" : false, "deleted" : false, "icon" : "https://lemmy.world/pictrs/image/e11b665a-c631-4881-ae72-1ef561c550a4.png", "actor_id" : "https://lemmy.world/c/amd", "local" : false, "hidden" : false, "name" : "amd", "instance_id" : 136816 } }, { "subscribed" : "NotSubscribed", "blocked" : false, "community" : { "id" : 117795, "published" : "2022-03-24T01:53:58.014938", "posting_restricted_to_mods" : false, "nsfw" : false, "title" : "Literature for Liberation", "removed" : false, "deleted" : false, "icon" : "https://lemmygrad.ml/pictrs/image/88401b08-b9bb-48e9-8ad7-dd281d34c59e.jpeg", "actor_id" : "https://lemmygrad.ml/c/league_of_writers", "local" : false, "banner" : "https://lemmygrad.ml/pictrs/image/e41dca99-caee-4556-ab8d-1a903fdbad62.jpeg", "hidden" : false, "name" : "league_of_writers", "instance_id" : 66 } }, { "subscribed" : "NotSubscribed", "blocked" : false, "community" : { "id" : 117962, "updated" : "2023-06-23T13:27:14.222104", "published" : "2023-06-19T08:18:47.710353", "posting_restricted_to_mods" : false, "nsfw" : false, "title" : "patientgamers", "removed" : false, "deleted" : false, "icon" : "https://lemmy.world/pictrs/image/7ea91fb0-ebe3-4cde-8cd5-8e33221799bb.png", "actor_id" : "https://lemmy.world/c/patientgamers", "local" : false, "banner" : "https://lemmy.world/pictrs/image/d9cc247f-6ed9-4ecd-a69e-3557e4714459.png", "hidden" : false, "name" : "patientgamers", "instance_id" : 136816 } }, { "subscribed" : "NotSubscribed", "blocked" : false, "community" : { "id" : 118047, "updated" : "2023-06-12T16:47:06.248981", "published" : "2023-06-09T17:14:11.423587", "posting_restricted_to_mods" : false, "nsfw" : false, "title" : "Dodgers", "removed" : false, "deleted" : false, "icon" : "https://fanaticus.social/pictrs/image/e84e732e-8240-4266-8fa8-f8853da7f840.png", "actor_id" : "https://fanaticus.social/c/dodgers", "local" : false, "hidden" : false, "name" : "dodgers", "instance_id" : 137173 } }, { "subscribed" : "NotSubscribed", "blocked" : false, "community" : { "id" : 118210, "published" : "2023-06-14T20:52:35.483734", "posting_restricted_to_mods" : false, "nsfw" : false, "title" : "90 Day Fiance", "removed" : false, "deleted" : false, "actor_id" : "https://lemmy.world/c/90dayfiance", "local" : false, "hidden" : false, "name" : "90dayfiance", "instance_id" : 136816 } }, { "subscribed" : "NotSubscribed", "blocked" : false, "community" : { "id" : 117837, "updated" : "2023-06-15T22:54:54.083412", "published" : "2023-06-11T21:38:20.090323", "posting_restricted_to_mods" : false, "nsfw" : false, "title" : "Livestream Fails", "removed" : false, "deleted" : false, "icon" : "https://lemmy.world/pictrs/image/4783c03f-f36b-41a1-bd04-61f8d0bea31b.png", "actor_id" : "https://lemmy.world/c/livestreamfail", "local" : false, "hidden" : false, "name" : "livestreamfail", "instance_id" : 136816 } }, { "subscribed" : "NotSubscribed", "blocked" : false, "community" : { "id" : 117853, "published" : "2023-06-22T22:31:18.088451", "posting_restricted_to_mods" : false, "nsfw" : false, "title" : "Dungeons", "removed" : false, "deleted" : false, "actor_id" : "https://lemmy.world/c/dungeons", "local" : false, "hidden" : false, "name" : "dungeons", "instance_id" : 136816 } }, { "subscribed" : "NotSubscribed", "blocked" : false, "community" : { "id" : 117927, "published" : "2023-06-13T14:08:40.156386", "posting_restricted_to_mods" : false, "nsfw" : false, "title" : "Pacific Northwest", "removed" : false, "deleted" : false, "actor_id" : "https://infosec.pub/c/pnw", "local" : false, "hidden" : false, "name" : "pnw", "instance_id" : 120856 } } ] }

load more comments
view more: next ›