Merge remote-tracking branch 'origin/develop' into global-status-expiration
[akkoma] / test / fixtures / relay / accept-follow.json
1 {
2 "@context": "https://www.w3.org/ns/activitystreams",
3 "actor": "https://relay.mastodon.host/actor",
4 "id": "https://relay.mastodon.host/activities/ec477b69-db26-4019-923e-cf809de516ab",
5 "object": {
6 "actor": "{{ap_id}}",
7 "id": "{{activity_id}}",
8 "object": "https://relay.mastodon.host/actor",
9 "type": "Follow"
10 },
11 "to": [
12 "{{ap_id}}"
13 ],
14 "type": "Accept"
15 }