mirror of
https://codeberg.org/fediverse/fep.git
synced 2026-08-05 19:55:46 +00:00
FEP-044f: Fix context for quoteAuthorization (#654)
This was an oversight when writing the FEP. Co-authored-by: Claire <claire.github-309c@sitedethib.com> Reviewed-on: https://codeberg.org/fediverse/fep/pulls/654 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
08fc651073
commit
6e4f763567
@@ -345,7 +345,10 @@ Depending on whether they already sent a `Create` activity to the quote post's i
|
||||
"https://www.w3.org/ns/activitystreams",
|
||||
{
|
||||
"quote": "https://w3id.org/fep/044f#quote",
|
||||
"quoteAuthorization": "https://w3id.org/fep/044f#quoteAuthorization"
|
||||
"quoteAuthorization": {
|
||||
"@id": "https://w3id.org/fep/044f#quoteAuthorization",
|
||||
"@type": "@id"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "Note",
|
||||
|
||||
Reference in New Issue
Block a user