mirror of
https://codeberg.org/fediverse/fep.git
synced 2026-08-08 13:35:51 +00:00
FEP-044f: Fix quote definition in one example's context (#820)
Co-authored-by: Claire <claire.github-309c@sitedethib.com> Reviewed-on: https://codeberg.org/fediverse/fep/pulls/820 Co-authored-by: ClearlyClaire <clearlyclaire@noreply.codeberg.org> Co-committed-by: ClearlyClaire <clearlyclaire@noreply.codeberg.org>
This commit is contained in:
committed by
silverpill
parent
699058c938
commit
6c85c0ad34
@@ -344,7 +344,10 @@ Depending on whether they already sent a `Create` activity to the quote post's i
|
||||
"@context": [
|
||||
"https://www.w3.org/ns/activitystreams",
|
||||
{
|
||||
"quote": "https://w3id.org/fep/044f#quote",
|
||||
"quote": {
|
||||
"@id": "https://w3id.org/fep/044f#quote",
|
||||
"@type": "@id"
|
||||
},
|
||||
"quoteAuthorization": {
|
||||
"@id": "https://w3id.org/fep/044f#quoteAuthorization",
|
||||
"@type": "@id"
|
||||
|
||||
Reference in New Issue
Block a user