mirror of
https://git.exozy.me/a/fuwuqi.git
synced 2024-11-25 13:01:11 +00:00
14 lines
536 B
Text
14 lines
536 B
Text
{
|
|
"@context": "https://www.w3.org/ns/activitystreams",
|
|
"id": "https://0.exozy.me/users/test.outbox#helloworld",
|
|
"type": "Create",
|
|
"actor": "https://0.exozy.me/users/test.jsonld",
|
|
"object": {
|
|
"id": "https://0.exozy.me/users/test.statuses/helloworld",
|
|
"type": "Note",
|
|
"attributedTo": "https://0.exozy.me/users/test.jsonld",
|
|
"content": "Hello from fuwuqi!!! 🙃",
|
|
"to": "https://www.w3.org/ns/activitystreams#Public"
|
|
},
|
|
"to": "https://0.exozy.me/users/test.followers"
|
|
}
|