pleroma/test/fixtures/activitypub-client-post-activity.json
Haelwenn (lanodan) Monnier c944932674
Pipeline Ingestion: Note
2021-04-05 19:19:11 +02:00

11 lines
290 B
JSON

{
"@context": ["https://www.w3.org/ns/activitystreams", {"@language": "en-GB"}],
"type": "Create",
"object": {
"type": "Note",
"to": ["https://www.w3.org/ns/activitystreams#Public"],
"content": "It's a note"
},
"to": ["https://www.w3.org/ns/activitystreams#Public"]
}