Hollo currently removes quote, quoteUrl, and the fallback when authorization is pending, rejected, revoked, or unauthorized:
https://github.com/fedify-dev/hollo/blob/main/src/federation/post.ts#L1033-L1041
Always publishing the quote target could preserve the original reference and improve compatibility, while FEP-044f-aware software can still respect quoteAuthorization, as Mastodon does regardless of authorization state:
https://github.com/mastodon/mastodon/blob/main/app/serializers/activitypub/note_serializer.rb#L213-L227
Hollo currently removes
quote,quoteUrl, and the fallback when authorization is pending, rejected, revoked, or unauthorized:https://github.com/fedify-dev/hollo/blob/main/src/federation/post.ts#L1033-L1041
Always publishing the
quotetarget could preserve the original reference and improve compatibility, while FEP-044f-aware software can still respectquoteAuthorization, as Mastodon does regardless of authorization state:https://github.com/mastodon/mastodon/blob/main/app/serializers/activitypub/note_serializer.rb#L213-L227