From 6e4f763567caa8a3f40555aee05a0f395807313a Mon Sep 17 00:00:00 2001 From: ClearlyClaire Date: Tue, 15 Jul 2025 14:57:47 +0200 Subject: [PATCH] FEP-044f: Fix context for `quoteAuthorization` (#654) This was an oversight when writing the FEP. Co-authored-by: Claire Reviewed-on: https://codeberg.org/fediverse/fep/pulls/654 Co-authored-by: ClearlyClaire Co-committed-by: ClearlyClaire --- fep/044f/fep-044f.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fep/044f/fep-044f.md b/fep/044f/fep-044f.md index 388ec81..fdbf5a7 100644 --- a/fep/044f/fep-044f.md +++ b/fep/044f/fep-044f.md @@ -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",