@julian FEP-171b has its own way to backfill, also via context
, but it is a collection of activities (such as Create
).
I am currently trying to figure out how to make Containers compatible with NodeBB and others.
Posts
-
The Fediverse is Quiet — Let's Fix That! (Slides + Recording) -
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.