From 441b997404c4a3187c8dcb0f84d6736e44bfa9f4 Mon Sep 17 00:00:00 2001 From: ClearlyClaire Date: Tue, 15 Jul 2025 14:58:03 +0200 Subject: [PATCH] FEP-044f: add Smithereen and Mastodon to the list of implementations (#655) Co-authored-by: Claire Reviewed-on: https://codeberg.org/fediverse/fep/pulls/655 Co-authored-by: ClearlyClaire Co-committed-by: ClearlyClaire --- fep/044f/fep-044f.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fep/044f/fep-044f.md b/fep/044f/fep-044f.md index fdbf5a7..81464b7 100644 --- a/fep/044f/fep-044f.md +++ b/fep/044f/fep-044f.md @@ -429,7 +429,8 @@ By not adding a hash or copy of the reply in the `QuoteAuthorization` object, ma ## Implementations -None so far. +* [Smithereen](https://github.com/grishka/Smithereen) exposes always-allowed quote policies, supports authoring quote posts as well as issuing `QuoteAuthorization` in response to a `QuoteRequest`, it does not currently verify quotes nor request stamps +* [Mastodon](https://github.com/mastodon/mastodon) 4.4 has added support for verifying and displaying remote quote posts ## References