1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 03:35:52 +00:00

FEP-f228: Add link to article, add PieFed to implementations (#677)

Reviewed-on: https://codeberg.org/fediverse/fep/pulls/677
Co-authored-by: silverpill <silverpill@firemail.cc>
Co-committed-by: silverpill <silverpill@firemail.cc>
This commit is contained in:
silverpill
2025-09-13 00:30:27 +02:00
committed by silverpill
parent a9625b77e6
commit 0c6dfc0db1
+2 -1
View File
@@ -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: