Closed Gargron closed 2 years ago
for reference, this is how Pleroma respects incoming Move
activities:
The reason for unfollowing the old account is to dissuade people from farming and then selling followers. If you do not unfollow the old account, the original owner can keep sending out Move
activities to different accounts.
That's a good idea, and a feature I've seen people talk about wanting a few times already.
Logically speaking, successive moves should form a chain of moves from accounts where there is never a pair of successive moves from the same account in a row, so I believe the unfollow restriction handles that well.
Hello @Gargron I'm Dignified Silence. One of Misskey contributor.
Out of context, I personally welcome you opening an issue on Misskey. I first joined the Fediverse through Mastodon, then moved to Pleroma and am now on Misskey. In that sense, I would not be where I am today without Mastodon. I thank Mastodon so much for giving me the opportunity to join the Fediverse.
By the way, it may be that you suddenly opened an issue here, but while some people on Misskey are as welcoming as I am, others are confused or don't know how to react. Why did you suddenly open this issue? Perhaps there is another reason??
Duplicate of #5475
Summary
Support ActivityPub
Move
activities. When theobject
is an account (and it is the same account as theactor
) andtarget
is an account, and thetarget
account lists theobject
account in itsalsoKnownAs
property, local followers of theobject
account should unfollow that account and follow the new one automatically.