1
0
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:
ClearlyClaire
2025-07-15 14:57:47 +02:00
committed by silverpill
parent 08fc651073
commit 6e4f763567
+4 -1
View File
@@ -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",