From 758ec9a544090afae99d78e6718bceba4bb2d51b Mon Sep 17 00:00:00 2001 From: silverpill Date: Thu, 20 Feb 2025 20:44:14 +0000 Subject: [PATCH] FEP-f228: Update proposal (#507) - Improved "collection of posts" definition. - Added WordPress to implementation list. Reviewed-on: https://codeberg.org/fediverse/fep/pulls/507 Co-authored-by: silverpill Co-committed-by: silverpill --- fep/f228/fep-f228.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fep/f228/fep-f228.md b/fep/f228/fep-f228.md index 4b3c51a..086afcc 100644 --- a/fep/f228/fep-f228.md +++ b/fep/f228/fep-f228.md @@ -23,7 +23,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S ## Collection of posts -This collection contains all posts in a conversation, according to the conversation owner. +This collection represents a [thread] and contains all posts in a conversation, from the perspective of the conversation owner. It is an `OrderedCollection`, and the order of items is chronological. It MUST contain at least one item, the top-level post. This post MUST have a `context` property referring to the collection. Other items might not have this property, @@ -72,6 +72,7 @@ Collection of posts: - NodeBB - Iceshrimp.NET +- WordPress Collection of activities: @@ -86,6 +87,7 @@ Collection of activities: - a, [FEP-bad1: Object history collection][FEP-bad1], 2023 [RFC-2119]: https://tools.ietf.org/html/rfc2119.html +[thread]: https://en.wikipedia.org/wiki/Thread_(online_communication) [FEP-7888]: https://codeberg.org/fediverse/fep/src/branch/main/fep/7888/fep-7888.md [FEP-171b]: https://codeberg.org/fediverse/fep/src/branch/main/fep/171b/fep-171b.md [FEP-bad1]: https://codeberg.org/fediverse/fep/src/branch/main/fep/bad1/fep-bad1.md