You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request, support migration to/from Mastodon.
From what I've seen, migrating to Shuttlecraft just needs us to add knownAs to the account, then we will acquire new followers when Mastodon tells them to move.
To move from Shuttlecraft to Mastodon (once the user sets up knownAs on their target server), we just send all followers an ActivityPub Move message telling them where we've gone to.
Then add alsoKnownAs value to the actor object, with the value set to the ID of the old account. For example, here's what I added to move from my previous account:
Then, I was able to log into my Mastodon account and begin the move with these steps. That sends the Move request to my followers, and everyone automatically began following my new account.
Feature request, support migration to/from Mastodon.
From what I've seen, migrating to Shuttlecraft just needs us to add
knownAs
to the account, then we will acquire new followers when Mastodon tells them to move.To move from Shuttlecraft to Mastodon (once the user sets up
knownAs
on their target server), we just send all followers an ActivityPubMove
message telling them where we've gone to.mastodon/mastodon#9629
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-move
The text was updated successfully, but these errors were encountered: