WIP: Create apub_inbox
crate #8
1 changed files with 2 additions and 4 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue