this post was submitted on 14 Jun 2023
0 points (NaN% liked)

Lemmy

12485 readers
85 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

Is it possible to block entire instances? I see I can block by user or community, but not by instance.

This would be useful as there are some instances based around politics etc. that I don't care about.

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago

You will be able to do this with 0.19.0 release.

Users can block instances

Users can now block instances, so that their communities are hidden from listings. This is done via POST /api/v3/site/block with parameters int instance_id, bool block.

https://github.com/LemmyNet/lemmy/pull/3869

Lemmy 0.19 Breaking Changes