aboutsummaryrefslogtreecommitdiff
path: root/accept.jsonld
blob: ecfa6f21acdceb44e500994d1c285c57ec017918 (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",
        "id": "https://social.exozy.me/3dee8471-202d-438f-be51-8870fd797f9a",
        "type": "Follow",
        "actor": "https://social.exozy.me/users/guest",
        "object": "https://0.exozy.me/users/test.jsonld"
    },
    "to": "https://social.exozy.me/users/guest"
}