-
Notifications
You must be signed in to change notification settings - Fork 78
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
Multiple Accounts - one Identity #452
Comments
Thanks @silverpill! There are two other relevant ideas also worth mentioning here. First, account migration via the Second, we've started to talk about how to de-dupe accounts across bridges, which is a different angle on what you're talking about. Those conversations are very early, and not very active, but we've at least started thinking about it. |
I think the MOVE activity would already tick a lot of the boxes with regard to followers. However right now it kind of assumes the old identity to shut down, but does not really specify that. I do not want total nomadic identity with secret key, because I believe for 95% of users that would end in identity loss at some point. Instead it would be better to have a "main" Identity and then subidentities on other servers. To use bridgy fed as an example: My bridged bluesky account together with the MOVE specification would forward anyone who tries to follow it, to my main account. Now when I reblog posts from my federated identity (still need to do that manually, bummer), anyone who sees them in their feed and tries to follow me, now gets to my actual profile. So this would solve my request, if posts still work from a profile with MOVE I added a feature request on the Wordpress Plugin. I can add one at bridgy fed as well, but I think it's still further away, because the mutual authentication of the bridged account and the home account would first need to be solved, as you said in your issue. |
I am not sure if you are talking about the same thing! If you |
That is not entirely correct. Here is a post of an old account of mine, that was "moved" to my new account here. I can still boost the post, comment it and so on. You can test this by searching for the status uri on your instance. So the account is just "abandoned" if chaos.social would decide to delete my old posts, but it is not specified in activity pub. Only all the followers are redirected to my new account. All the other post functionality still works. The decision that I can no longer post from my chaos.social account is in my view only a decision by mastodon, but not forced by activity pub. To summarize: I think the MOVE functionality already does what I want, it is just too specifically phrased. |
Maybe we have a different understanding of "Abandoned", but it does not help with your issue!
So |
The move for my old account now lead to a permanent redirect to my new account. That is what I want. |
OK, but just to get sure: You are aware that the comment federation will no longer work then?!? |
Why should it no longer work? The comment from my old account are still there and you can still comment there. |
As I mentioned above, if a blog has no followers, it will not publish anything to the fediverse. |
But this may be a different discussion. FYI: we are currently working on a Move functionality Automattic/wordpress-activitypub#685 |
@pkreissel Follower migration (in Mastodon network) relies on
Nomadic identity doesn't necessarily mean that users have to manage secret keys. Key custody is supported too. |
There are two built-in solutions to this problem. I think they are. I think they are an important part of how we use activity pub in 2024 and where we should be going with activity pub into the near future return.
I'm going to write up this guidance in a primer page to help implementers take steps towards reducing this problem. I agree that managing multiple accounts on the Fed verse is an impediment to adoption all right. |
Activity Pub should have a solution for this problem:
I have a wordpress blog, I have a bluesky account federated via bridgyfed, I have a mastodon account and a pixelfed account.
Now I would like to "merge" the Wordpress blog and the Mastodon Account, so that my articles get shown to my Mastodon followers AND the comments to the articles show up on my Wordpress blog.
I could of course reblog the Wordpress Articles with the Mastodon Account, but then people would follow my Wordpress Blog instead of my main account, if they see the post in their feeds.
I don't know what the best solution for this would be, but I think it's an impediment to ActivityPub adoption.
One option would be a pointer from my Wordpress account to my Mastodon Account (and vice versa for authentication), so that Fediverse instances could respect my wishes and redirect follow requests to my main account or e.g. auto reblog posts from my Wordpress Instance.
The text was updated successfully, but these errors were encountered: