gnu-social/plugins/ActivityPub/Test/Fixtures/gotosocial/activities/accept_follow.jsonld

14 lines
536 B
Plaintext

{
"@context": "https://www.w3.org/ns/activitystreams",
"actor": "https://gotosocial.org/users/the_mighty_zork",
"id": "https://gotosocial.org/01E41WF691G30VVAV6TZXW10VT",
"object": {
"actor": "http://example.org/users/some_user",
"id": "http://example.org/users/some_user/follow/01FJ1S8DX3STJJ6CEYPMZ1M0R3",
"object": "https://gotosocial.org/users/the_mighty_zork",
"to": "https://gotosocial.org/users/the_mighty_zork",
"type": "Follow"
},
"to": "http://example.org/users/some_user",
"type": "Accept"
}