97
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 14 Jan 2025
97 points (100.0% liked)
Fedigrow
1290 readers
2 users here now
To discuss how to grow and manage communities / magazines on Lemmy, Mbin, Piefed and Sublinks
Resources:
- https://lemmy-federate.com/ to federate your community to a lot of instances
- !fedibridge@lemmy.dbzer0.com to organize overall fediverse growth
- !reddit@lemmy.world to keep tabs on where new users might come from :)
- !newcommunities@lemmy.world
- !communitypromo@lemmy.ca
Megathreads:
- How (and when) to consolidate communities? (A guide)
- Where to request inactive or unmoderated communities? (A list)
Rules:
- Be respectful
- No bigotry
founded 1 year ago
MODERATORS
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!