mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-01 14:21:10 +00:00
aa082ca7b6
Code style: remove wrapping function of outbox
10 lines
230 B
JSON
10 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"]
|
|
}
|