aboutsummaryrefslogtreecommitdiff
path: root/activity.jsonld
blob: ab5837de836d5c2954aece736c63df106e3da201 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
        "@context": "https://www.w3.org/ns/activitystreams",
        "id": "https://0.exozy.me/users/test.outbox/hello-world2",
        "type": "Create",
        "actor": "https://0.exozy.me/users/test.jsonld",
        "object": {
                "id": "https://0.exozy.me/users/test.statuses/hello-world2",
                "type": "Note",
                "attributedTo": "https://0.exozy.me/users/test.jsonld",
                "inReplyTo": "https://social.exozy.me/@a/109707513227348721",
                "content": "Hello from fuwuqi! 2",
                "to": "https://www.w3.org/ns/activitystreams#Public"
        }
}