
silverpill@mitra.social
Posts
-
Creating a new thread on a NodeBB forum -
Creating a new thread on a NodeBB forum -
@frequency now fully supports FEP-7888 as of yesterday!@julian @jesseplusplus Works fine for me. There is a difference in collection
type
though (others useOrderedCollection
).I've added Decodon to the list of software that publish collections of posts: https://codeberg.org/fediverse/fep/pulls/644
-
Automatic category/community assignment on received objectHow it works between forums, e.g. between Discourse and NodeBB?
Can a Discourse user create a topic in NodeBB category?
Who creates/owns the context collection in this case? -
Automatic category/community assignment on received objectIf I create a topic this way, I will be the owner of the
context
collection. But if the conversation is to be moderated, it should be owned by the group.Am I correct?
(there is a parallel discussion happening at https://codeberg.org/streams/streams/issues/229)
-
Automatic category/community assignment on received object@julian Does NodeBB support creating new topics by mentioning a group/category?
I wonder how
context
should be assigned in this case. -
@mikedev @julian -
@mikedev @julian -
@mikedev @julian -
Backfilling Conversations: Two Major Approachesneither approach conflicts with the other
I don't fully agree with this statement, because these "threading paradigms" suggest two different solutions to the problem of moderation. If the OP is the single source of truth, they can moderate the entire conversation (represented by
context
collection: Streams). If not, then each reply is independent and authors moderate only the direct replies (represented byreplies
collections: GoToSocial).In theory two solutions can be combined, but at the cost of significantly increased complexity.
-
Automatic category/community assignment on received objectI think it's important to get an
Announce
, because the actor who addressed the community might be blocked by that community, or might not be a member of it (if the community is private).
You can try to retrieve the outbox of the addressed community to verify that a post was actuallyAnnounce
'd -
The Fediverse is Quiet — Let's Fix That! (Slides + Recording)@julian FEP-171b has its own way to backfill, also via
context
, but it is a collection of activities (such asCreate
).
I am currently trying to figure out how to make Containers compatible with NodeBB and others. -
The Fediverse is Quiet — Let's Fix That! (Slides + Recording)>Contexts can provide a thorough, comprehensive way to backfill an entire conversation. This is the biggest step we can take towards tackling the “fediverse is quiet” problem.
Sure,
context
is useful for backfilling, but is it the biggest step? I don't think so.With FEP-1b12 or Containers, conversations are synced by default, so there is no need for backfilling. This is more efficient too: you don't need to retrieve
context
periodically to get an up-to-date view.