Targeting old collection is also kind of weird because the old server may not exist anymore.
Account owner is supposed to import the follower list somehow (maybe from a CSV file) before sending the Move activity, so the followers collection on server2
is not empty, it is just not “synced” with other servers.
I’d like to define them in FEP namespace (FEP-888d):
{
"@context": {
"copiedTo": {
"@id": "https://w3id.org/fep/7628/copiedTo",
"@type": "@id"
},
"movedTo": {
"@id": "https://w3id.org/fep/7628/movedTo",
"@type": "@id"
}
}
}
Is it correct context document?
Un-following is not required (all actors following object MAY un-follow it
), but I think (re)following makes sense during replication too.
I can clarify that in “movedTo and copiedTo properties” section.