mirror of
https://github.com/w3c/activitypub.git
synced 2025-06-26 10:11:26 +00:00
Missing comma in one of the json examples
This commit is contained in:
@ -1292,7 +1292,7 @@ Content-Type: application/ld+json; profile="https://www.w3.org/ns/activitystream
|
||||
"@context": ["https://www.w3.org/ns/activitystreams",
|
||||
{"@language": "en"}],
|
||||
"type": "Like",
|
||||
"actor": "https://dustycloud.org/chris/"
|
||||
"actor": "https://dustycloud.org/chris/",
|
||||
"name": "Chris liked 'Minimal ActivityPub update client'",
|
||||
"object": "https://rhiaro.co.uk/2016/05/minimal-activitypub",
|
||||
"to": ["https://rhiaro.co.uk/#amy",
|
||||
|
Reference in New Issue
Block a user