14 lines
552 B
Text
14 lines
552 B
Text
{
|
|
"@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"
|
|
}
|
|
}
|