Skip to content

Instantly share code, notes, and snippets.

@nightpool
Last active November 22, 2017 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nightpool/21fb737babb2f8714d911236e21b05e7 to your computer and use it in GitHub Desktop.
Save nightpool/21fb737babb2f8714d911236e21b05e7 to your computer and use it in GitHub Desktop.

as:movedTo property

issue

The movedTo property (a link) on an actor-type object indicating that the actor in question has "moved" to a new location. That is, the actor in question is no longer used and the movedTo link points to a new actor where the user's activities can be found. When displaying an actor with a movedTo property, clients should show a description of the linked-to actor as well, with some explanatory text ("This user has moved to ...").

This property is for advisory purposes only—the actors are still considered separate entities and nothing about this property should affect addressing, delivery, or lookup. Additionally this property should not be used by servers to take any sort of automatic actions, such as following the new user or unfollowing the old user.

@nightpool
Copy link
Author

note that if people have ideas about how to do automatic delivery things well or automatic following/unfollowing those would be good possible changes to this property, but right now we're not confident enough in figuring out the edge cases yet.

@strugee
Copy link

strugee commented Nov 22, 2017

When you say "movedTo property (a link)", do you mean specifically an AS2 Link object? Or what?

I don't think showing a description of the linked to actor should be a SHOULD (unless you really meant should instead of SHOULD?), I think it should be a MAY or even just a note - otherwise we're dictating implementation too much

We shouldn't make "don't take automatic actions" a SHOULD and instead leave it open for a future spec to fill in

LGTM otherwise 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment