Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AP: add account migration (Move) support #330

Open
snarfed opened this issue Dec 2, 2022 · 9 comments
Open

AP: add account migration (Move) support #330

snarfed opened this issue Dec 2, 2022 · 9 comments

Comments

@snarfed
Copy link
Owner

snarfed commented Dec 2, 2022

This is largely outside the AP/AS2 specs. Mastodon docs, AS2 Move activity spec, @manton's great blog post.

@StarrWulfe
Copy link

Came here to +1 this though.

➕1️⃣

@snarfed
Copy link
Owner Author

snarfed commented Apr 23, 2023

Interesting, @tantek reports that migrating from Mastodon to Bridgy Fed already works! https://tantek.com/2023/112/t2/account-migration-post-blog-archive-format

loqibot pushed a commit to indieweb/wiki that referenced this issue Jul 18, 2023
 to Bridgy Fed, which parts looked like they work (all?) and which parts appear to not be working now (still have followings/followers at the old account, old profile doesn't redirect to new profile - my personal site, etc.) snarfed/bridgy-fed#330" to "See Also"
@snarfed snarfed added the now label Jan 1, 2024
@snarfed snarfed removed the now label Feb 11, 2024
@snarfed snarfed changed the title Add account migration (Move) support Feb 23, 2024
@snarfed
Copy link
Owner Author

snarfed commented Feb 23, 2024

Also, to clarify, this issue only covers migrating an existing fediverse account to/from a Bridgy Fed bridged fediverse account, eg a web site or (eventually) Bluesky account bridged into the fediverse.

@lstaples3
Copy link

I would like to +1 on this feature as well. I’m more interested in migrating from Bluesky to fediverse.

@snarfed
Copy link
Owner Author

snarfed commented Jun 18, 2024

From @qazmlp in #1046 (comment) :

It's just my two cents, but it would definitely be nice for Bridgy Fed to support migration (of followers at least, though converted data exports would be "nice to have" where that's feasible, maybe better as a largely separate service).

Off-migration would give some assurance for people that they wouldn't lose their connections if something goes wrong with the bridge (short of a sudden long outage, at least) and symmetric1 migration between networks would enable much greater mobility of experience, so to speak.

I'm not sure fully symmetric migration is actually possible, though, due to potential protocol differences… On Bluesky, is it possible to "merge" multiple accounts into one through migration? On ActivityPub, that is the only supported migration option.

@snarfed
Copy link
Owner Author

snarfed commented Jun 18, 2024

@qazmlp True! Migration is a great feature request. Big project though!

By symmetric migration, I assume you mean migrating a user-controlled AP account to a user-controlled Bluesky account, or vice versa? Agreed, that's even more difficult, and largely outside Bridgy Fed's scope.

I don't think you'll be able to merge Bluesky accounts like AP does, since repos being structured as Merkle search trees, they expect them to be immutable, and hashes from those trees used externally in other repos and bits of the network architecture. I guess you could merge two existing accounts into a new account, but that's getting pretty hypothetical.

@qazmlp
Copy link

qazmlp commented Jun 18, 2024

@qazmlp True! Migration is a great feature request. Big project though!

Yes, definitely. (And sorry, hadn't seen this issue.)

By symmetric migration, I assume you mean migrating a user-controlled AP account to a user-controlled Bluesky account, or vice versa? Agreed, that's even more difficult, and largely outside Bridgy Fed's scope.

Not necessarily as one-step process, but let's say it's possible to migrate off the bridge on either network but onto the bridge only on Bluesky. In such a case, that would create an imbalance where users could effectively move their social graph from ATProto to AP but not back (if they convert their data export offline and import their follows on the AP-side, since restoring outbound relationships that way is a common feature there).

In practice, on-migration is much easier to implement than off-migration in AP, though, of course, since the "old" account there handles authentication and must send out the Move to all followers.

I don't think you'll be able to merge Bluesky accounts like AP does, since repos being structured as Merkle search trees, they expect them to be immutable, and hashes from those trees used externally in other repos and bits of the network architecture. I guess you could merge two existing accounts into a new account, but that's getting pretty hypothetical.

I should have been more clear: I'm strictly talking about signalling a change to followers, to move them to an already-existing account without removing the existing followers there. Since it's seemingly possible to change between did:plc and did:web without losing all followers, merging may be possible on Bluesky too.

I have no idea how handle changes work on Bluesky, though, or which direction is more difficult to implement there.

@snarfed
Copy link
Owner Author

snarfed commented Jun 18, 2024

Ok!

I'm strictly talking about signalling a change to followers, to move them to an already-existing account without removing the existing followers there.

Yeah, this doesn't exist at all in Bluesky right now. The goal with the protocol is that you can change PDSes, handles, etc without needing to do this.

It's theoretically possible, I guess, with new PDS operations that you'd need to get everyone to implement, but I wouldn't hold my breath.

Since it's seemingly possible to change between did:plc and did:web without losing all followers, merging may be possible too.

Really? That's not possible that I know of. Where did you hear that, out of curiosity?

@qazmlp
Copy link

qazmlp commented Jun 18, 2024

Really? That's not possible that I know of. Where did you hear that, out if curiosity?

Several people I follow switched from @*.bsky.social to their website as handle, but I suppose that's not actually a did:web.

Edit: Found the documentation, yeah I misunderstood this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants