astreams: Fix copy error

This commit is contained in:
Steffo 2024-12-24 17:37:36 +01:00
parent 829396846e
commit 4a2e2ff381
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

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"
} }
} }