![](https://programming.dev/pictrs/image/2f854064-277e-4bd3-87b1-3ab740bebd2c.jpeg)
![](https://programming.dev/pictrs/image/317c8257-44c2-4a1b-af00-4935affa25ed.webp)
I could see one if the ids in the table, but querying the community id via the API doesn’t work. Not sure
I could see one if the ids in the table, but querying the community id via the API doesn’t work. Not sure
The discussion has gotten completely off-topic. I’ll lock the the thread until the moderators (@anzo@programming.dev @dwraf_of_ignorance@programming.dev) starts responding to reports.
I’ve updated the title. Ideally people will read the content of announcements though.
Please follow our Code of Conduct when interacting with our instance. Hate speech violates section 3.5 and in this instance is severe enough to lead directly to a temporary ban instead of the usual warning. Repeated offences may lead to a permanent ban.
There are 282 communities marked as hidden in our database, I’ll have a talk with the team about publishing a complete list.
The current spread looks something like this:
lemmit.online: 89
lemmynsfw.com: 64
zerobytes.monster: 36
lemmy.world: 12
ani.social: 12
lemy.nl: 9
hexbear.net: 8
lemmygrad.ml: 7
lemmy.ml: 6
fanaticus.social: 4
lemmyf.uk: 4
lemmy.smeargle.fans: 3
selfhosted.forum: 3
programming.dev: 3
beehaw.org: 2
feddit.uk: 2
lemmy.zip: 2
academy.garden: 2
radiation.party: 1
derp.foo: 1
lemmy.dbzer0.com: 1
catata.fish: 1
lemmy.capebreton.social: 1
sh.itjust.works: 1
ttrpg.network: 1
metacritics.zone: 1
lemmy.ca: 1
communick.news: 1
gearhead.town: 1
midwest.social: 1
For the eagle eyed people out there, the map is 2 communities short. The basic script I wrote couldn’t find them.
It’s just the name of API call
When on programming.dev’s communities, please follow our Code of Conduct. Your comment currently violates section 3.2 and 3.5
Hiding communities outside our predefined rules (politics, porn and bot spam) isn’t something we take lightly, and we are only hiding them now after several months of reoccurring reports that break our instance rules (3.4).
We will do our best to be transparent about when and why we hide a new communities, and be aware that subscribing to a hidden community will unhide it for your feed.
If you do have concerns and suggestions on how to alleviate those, please know that we are happy receive feedback.
You could theoretically just loop through every community via “get_communities” and then
com_obj["community_view"]["community"]["hidden"] :: boolean
*I’m writing this on memory, the json structure may be slightly differentand then just subscribe to every community that pops up.
It will likely be slow though, and it’s mostly NSFW + !news@lemmy.world that would pop up on c/all if you did. I also *think* lemmygrad as an instance is hidden, so those communities may pop up if they tend to reach c/all.
I’ll discuss with the team about making a public list of hidden communities.