If I have two Lemmy accounts can I have all of my subscriptions combined so they show up on both?

I don’t really need them synced live but I just want to have all subs on both.

I have some subs that are the same on both servers, but also extra subs on both that the other doesn’t have.

If this seems like it breaks rule 5, please direct me elsewhere. I figured [email protected] is just for server issues.

    • @[email protected]
      link
      fedilink
      31 month ago

      I wrote a simple, locally running Webapp some time ago, that targets the Lemmy Import-/Export-API and supports transferring only specific userdata between accounts, as demonstrated in this corresponding Wiki Entry.

      The import functionality in Lemmy is additive in nature, meaning anything you import gets added on top of existing settings instead of replacing it.

      Does the same thing as these manual instructions for this usecase, may be helpful to some.