this post was submitted on 06 Feb 2024
1 points (100.0% liked)
Lemmy Apps
5458 readers
1 users here now
A home for discussion of Lemmy apps and tools for all platforms.
RULES:
- No spamming
- Be nice and have fun
- Follow the general lemmy.world rules
An extensive list of Lemmy apps is available here:
Visit our partner Communities!
Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. [email protected]
Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. [email protected]
Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. [email protected]
Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. [email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I’m curious about the import/export settings function…
Would that allow me to export my list of subscriptions from one Lemmy account and import it into another?
Yes, this is a feature that was added to Lemmy recently in v0.19. Basically it allows you to export all your subscriptions, blocked communities, blocked instances, saved posts, saved comments, and account settings such as display name, bio, avatar, etc. It was added to offer support for migrating your account from one instance to another.
I just added support for this feature a couple of days ago, before that I had an option to import/export just your subscriptions, which I replaced with this.
In the next release I will add support for importing selected fields. So basically you’ll be able to export your settings from one instance, and when importing on another, you can select what you want to import, for instance if you only want to import subscriptions, and blocks, you can disable the rest of the fields.
Wow, that is an excellent feature, and sounds like a really good plan for implementation.
When importing to an account, does it merge with existing data in the account (subscriptions, saved posts, etc) or does it replace?
Yeah, that’s where the idea came from was I noticed while testing that the data was merged instead of replaced. For settings such as name and bio, etc, it is replaced, but lists like subscriptions, are merged.