mirror of https://gitlab.com/bashrc2/epicyon
@ convention
parent
882b26406c
commit
61fffa0978
|
@ -632,7 +632,7 @@ Content-Type: application/ld+json; profile="https://www.w3.org/ns/activitystream
|
|||
"actor": "https://dustycloud.org/users/chris",
|
||||
"name": "Chris liked 'Minimal ActivityPub update client'",
|
||||
"object": "https://rhiaro.co.uk/2016/05/minimal-activitypub",
|
||||
"to": ["https://rhiaro.co.uk/#amy",
|
||||
"to": ["https://rhiaro.co.uk/@amy",
|
||||
"https://dustycloud.org/followers",
|
||||
"https://rhiaro.co.uk/followers/"],
|
||||
"cc": "https://e14n.com/evan"
|
||||
|
@ -675,7 +675,7 @@ For example, when Chris likes the following article by Amy:
|
|||
"type": "Article",
|
||||
"name": "Minimal ActivityPub update client",
|
||||
"content": "Today I finished morph, a client for posting ActivityStreams2...",
|
||||
"attributedTo": "https://rhiaro.co.uk/#amy",
|
||||
"attributedTo": "https://rhiaro.co.uk/@amy",
|
||||
"to": "https://rhiaro.co.uk/followers/",
|
||||
"cc": "https://e14n.com/evan"
|
||||
}
|
||||
|
@ -692,7 +692,7 @@ the like is generated by the client as:
|
|||
"actor": "https://dustycloud.org/users/chris",
|
||||
"summary": "Chris liked 'Minimal ActivityPub update client'",
|
||||
"object": "https://rhiaro.co.uk/2016/05/minimal-activitypub",
|
||||
"to": ["https://rhiaro.co.uk/#amy",
|
||||
"to": ["https://rhiaro.co.uk/@amy",
|
||||
"https://dustycloud.org/followers",
|
||||
"https://rhiaro.co.uk/followers/"],
|
||||
"cc": "https://e14n.com/evan"
|
||||
|
|
Loading…
Reference in New Issue