From 0c6dfc0db11529998cf4aa66cd76bd6e0fa9c61e Mon Sep 17 00:00:00 2001 From: silverpill Date: Sat, 13 Sep 2025 00:30:27 +0200 Subject: [PATCH] FEP-f228: Add link to article, add PieFed to implementations (#677) Reviewed-on: https://codeberg.org/fediverse/fep/pulls/677 Co-authored-by: silverpill Co-committed-by: silverpill --- fep/f228/fep-f228.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fep/f228/fep-f228.md b/fep/f228/fep-f228.md index de69d78..d2e5c45 100644 --- a/fep/f228/fep-f228.md +++ b/fep/f228/fep-f228.md @@ -11,7 +11,7 @@ trackingIssue: https://codeberg.org/fediverse/fep/issues/500 ## Summary -The most common conversation backfill method is based on recursive retrieval of posts indicated by `inReplyTo` property and posts contained in `replies` collections. This is inefficient. +The most common conversation backfill method is based on recursive retrieval of posts indicated by `inReplyTo` property and posts contained in `replies` collections. [This is inefficient and stops working if any node in the reply tree becomes inaccessible](https://community.nodebb.org/topic/18844/backfilling-conversations-two-major-approaches). [FEP-7888: Demystifying the context property][FEP-7888] suggests using the `context` property for grouping related objects (such as posts in a conversation). This property can resolve to a collection, which can be used for efficient backfilling without recursion. @@ -79,6 +79,7 @@ Collection of posts: - Discourse - Mitra - Decodon ([PR](https://github.com/jesseplusplus/decodon/pull/188)) +- PieFed ([commit](https://codeberg.org/rimu/pyfedi/commit/8d2afe5acd6c260a9ca9a352a93730d5a7b6bcdd)) Collection of activities: