aboutsummaryrefslogtreecommitdiff
path: root/follow.jsonld
blob: c356431d91309594282795d915f6a6671576eecd (plain)
1
2
3
4
5
6
7
8
{
    "@context": "https://www.w3.org/ns/activitystreams",
    "id": "https://0.exozy.me/users/test.outbox#follow",
    "type": "Follow",
    "actor": "https://0.exozy.me/users/test.jsonld",
    "object": "https://social.exozy.me/users/a",
    "to": "https://social.exozy.me/users/a"
}