projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e592081bc62bae459b56b53fbcaeeee0c9a02d29
[akkoma]
/
fixtures
/
activitypub-client-post-activity.json
1
{
2
"@context": ["https://www.w3.org/ns/activitystreams", {"@language": "en-GB"}],
3
"type": "Create",
4
"object": {
5
"type": "Note",
6
"to": ["https://www.w3.org/ns/activitystreams#Public"],
7
"content": "It's a note"
8
},
9
"to": ["https://www.w3.org/ns/activitystreams#Public"]
10
}