1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-be.git synced 2025-03-01 16:43:05 +01:00
youjo-be/test/fixtures/activitypub-client-post-activity.json
sxsdv1 aa082ca7b6 Wire up stub routes for client calls of activitypub inbox/outbox
Code style: remove wrapping function of outbox
2018-12-29 22:22:03 +01:00

9 lines
230 B
JSON

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