summaryrefslogtreecommitdiff
path: root/test/fixtures/relay/accept-follow.json
blob: 1b166f2dad75106fdd946e0ddb80b613a891ce83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "actor": "https://relay.mastodon.host/actor",
  "id": "https://relay.mastodon.host/activities/ec477b69-db26-4019-923e-cf809de516ab",
  "object": {
    "actor": "{{ap_id}}",
    "id": "{{activity_id}}",
    "object": "https://relay.mastodon.host/actor",
    "type": "Follow"
  },
  "to": [
    "{{ap_id}}"
  ],
  "type": "Accept"
}