This is helpful to replicate your follows between multiple accounts/instances - something many people seem to want to do in today’s lemmy-curious environment.
You must log in or register to comment.
Is there something like this for copying blocklists?
currently not that I know of, but the functionality seems to be in the API, so it should be possible to bang something up: https://join-lemmy.org/api/classes/LemmyHttp.html#blockPerson
Cool, looks like https://join-lemmy.org/api/classes/LemmyHttp.html#blockCommunity is there as well; that’s the one I’m most interested in.
Thanks!
Could this be modified to package up a user’s communities so that it could be shared with someone else? here’s someone asking for something similar.