this post was submitted on 14 Jan 2025
53 points (82.7% liked)
Fedigrow
722 readers
182 users here now
To discuss how to grow and manage communities / magazines on Lemmy, Mbin, Piefed and Sublinks
Resources:
- https://lemmy-federate.com/ to federated your community to a lot of instances
founded 8 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yes, and that brings another concept that Bluesky has and that we could use: crowdsourced blocklists. That way people can just add to the blocklist, and it gets blocked for everyone subscribing to that list.
In our case it would be done instance-level (we would need some hack so that other people can add to the communities blocklist of the instance) but the end result would be the same.
For what it's worth on the newer versions of Lemmy with the ability to import settings files, you can create and share json files of blocked instances/communities without overwriting other user settings. Not as streamlined as what you're describing, but it's an option given current circumstances.
E.g.
blocklist.json
{"blocked_communities":["https://lemmy.site/c/meh","https://lemmy.site/c/mehbutmoremeh"],"blocked_instances":["unpleasantlemmy.site","lemming.mean"]}
Oh, interesting! Would that overwrite the currently blocked communities, or could this be reused on a regular basis?
I finally got around to testing this and found that it doesn't overwrite existing blocks, merely adds them to your existing list. I made sure that the import file only contained new blocks and not duplicates to verify. You have to refresh the page to see the changes, and may take a few seconds depending on list length/instance performance, but it works.
Very interesting, thanks!