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",
|
||||
"name": "A thank-you note",
|
||||
"type": "Note",
|
||||
"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>",
|
||||
"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>",
|
||||
"to": {
|
||||
"name": "Sally",
|
||||
"type": "Person",
|
||||
|
@ -14,4 +12,4 @@
|
|||
"id": "http://example.org/tags/givingthanks",
|
||||
"name": "#givingthanks"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue