swicg / activitypub-data-portability

Repository for data portability report and solutions for ActivityPub
https://swicg.github.io/activitypub-data-portability/
Other
15 stars 4 forks source link

Tighter definition of movedTo #15

Open lisad opened 5 months ago

lisad commented 5 months ago

The value of movedTo is not very tightly defined. It says:

The user marks the old actor as having moved with the <code>movedTo</code> property.

This doesn't say if it can be a list or a single value, a boolean or a URL.

If it's a URL, which I assume, this should also specify if it's a URL to an Actor object or something else.