aboutsummaryrefslogtreecommitdiff
path: root/accept.jsonld
blob: 15c2ea17a04e9636f29349e4acc016007b54419f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "@context": "https://www.w3.org/ns/activitystreams",
    "type": "Accept",
    "actor": "https://0.exozy.me/users/test.jsonld",
    "object": {
        "@context": "https://www.w3.org/ns/activitystreams",
        "type": "Follow",
        "id": "https://social.exozy.me/9a9e4ad7-f86a-4190-8782-9df9951c5ff6",
        "actor": "https://social.exozy.me/users/a",
        "object": "https://0.exozy.me/users/test.jsonld"
    },
    "to": ["https://social.exozy.me/users/a"]
}