WIP: Create apub_inbox crate #8

Draft
steffo wants to merge 40 commits from feature/apub-inbox into main
Showing only changes of commit 4a2e2ff381 - Show all commits

View file

@ -2,9 +2,7 @@
"@context": "https://www.w3.org/ns/activitystreams", "@context": "https://www.w3.org/ns/activitystreams",
"name": "A thank-you note", "name": "A thank-you note",
"type": "Note", "type": "Note",
"content": "Thank you <a href='http://sally.example.org'>@sally</a> "content": "Thank you <a href='http://sally.example.org'>@sally</a> for all your hard work! <a href='http://example.org/tags/givingthanks'>#givingthanks</a>",
for all your hard work!
<a href='http://example.org/tags/givingthanks'>#givingthanks</a>",
"to": { "to": {
"name": "Sally", "name": "Sally",
"type": "Person", "type": "Person",
@ -14,4 +12,4 @@
"id": "http://example.org/tags/givingthanks", "id": "http://example.org/tags/givingthanks",
"name": "#givingthanks" "name": "#givingthanks"
} }
} }