fuwuqi/create.jsonld
2023-01-19 18:24:59 -05:00

15 lines
546 B
Text

{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Create",
"id": "https://0.exozy.me/users/test.outbox#helloworld2",
"actor": "https://0.exozy.me/users/test.jsonld",
"object": {
"type": "Note",
"id": "https://0.exozy.me/users/test.statuses/helloworld2",
"attributedTo": "https://0.exozy.me/users/test.jsonld",
"content": "Hello from fuwuqi 2.0!!! 🙃",
"to": ["https://www.w3.org/ns/activitystreams#Public"]
},
"to": ["https://0.exozy.me/users/test.followers"]
}