From f72b286415bac9aa6fef45532a8be340884c6da3 Mon Sep 17 00:00:00 2001 From: silverpill Date: Sat, 4 Jan 2025 20:39:43 +0000 Subject: [PATCH] FEP-171b: Add Hubzilla to implementation list (#466) Reviewed-on: https://codeberg.org/fediverse/fep/pulls/466 Co-authored-by: silverpill Co-committed-by: silverpill --- fep/171b/fep-171b.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fep/171b/fep-171b.md b/fep/171b/fep-171b.md index 8a4a4f3..d52517f 100644 --- a/fep/171b/fep-171b.md +++ b/fep/171b/fep-171b.md @@ -57,10 +57,10 @@ When activity is added to the conversation, its owner sends an `Add` activity to The author of a top-level post it not necessarily the conversation owner. When owner is a group, conversations can be started by any of its members. -The top-level post MUST have a `context` property indicating the conversation container. +The top-level post SHOULD have a `context` property indicating the conversation container. >[!NOTE] ->The usage of a `context` property in conversation containers differs from recommendations provided in [FEP-7888]. The name of this property might be changed in a future version of this document. +>The usage of a `context` property in conversation containers differs from recommendations provided in [FEP-7888]. The name of this property might be changed in a future version of this document (e.g. to `contextHistory`). ### Interactions @@ -177,6 +177,7 @@ Example of a container of a followers-only conversation: ## Implementations - [Streams](https://codeberg.org/streams/streams) +- [Hubzilla](https://hub.somaton.com/item/0145da10-b608-4b19-b1d5-89a461e473d0) ## References