1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 19:55:46 +00:00

FEP-044f: Quote authorization is an object (#819)

Reviewed-on: https://codeberg.org/fediverse/fep/pulls/819
Co-authored-by: mkljczk <git@mkljczk.pl>
Co-committed-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2026-04-15 20:25:23 +02:00
committed by silverpill
parent 6c85c0ad34
commit a3bd83e6cb
+1 -1
View File
@@ -371,7 +371,7 @@ Depending on whether they already sent a `Create` activity to the quote post's i
When processing a quote post from a remote actor, a recipient MUST consider them unapproved unless any of those conditions apply:
- the author of the quote post and that of the original post are the same (same `attributedTo`)
- `quoteAuthorization` exists, can be dereferenced and is a valid `QuoteAuthorization` activity for this object
- `quoteAuthorization` exists, can be dereferenced and is a valid `QuoteAuthorization` object for this object
## Revocation of a quote post