We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
context
As a proof-of-concept implementation with Discourse, NodeBB will enable topic backfill via a resolvable context property.
Each post (typically of type as:Note) will contain a context property that points to a resolvable activitypub object.
as:Note
This object is expected to be the topic containing the post, and should be of type Collection or OrderedCollection.
Collection
OrderedCollection
Iterating through the pages of the collection should allow a server to remotely backfill an entire topic.
This behaviour would take precedence over the fallback behaviour of inReplyTo traversal.
inReplyTo
as:Note provides context
context resolves to a Collection (or OrderedCollection)
Topic backfill with compatible NodeBB implementation
Topic backfill with compatible Discourse implementation
Discourse is able to backfill topics from compatible NodeBB implementation
Additional compatibility with FEP-7888:
attributedTo
Add
The text was updated successfully, but these errors were encountered:
feat: topic backfill logic via resolvable context #12647
e75ec39
feat: #12647, federate out Add activity on inbox.create and local p…
bd44783
…ost creation
feat: associate new topics created from asserted notes with their ori…
6f237c5
…ginating context, if that context is resolvable re: #12647
julianlam
No branches or pull requests
As a proof-of-concept implementation with Discourse, NodeBB will enable topic backfill via a resolvable
context
property.Each post (typically of type
as:Note
) will contain acontext
property that points to a resolvable activitypub object.This object is expected to be the topic containing the post, and should be of type
Collection
orOrderedCollection
.Iterating through the pages of the collection should allow a server to remotely backfill an entire topic.
This behaviour would take precedence over the fallback behaviour of
inReplyTo
traversal.as:Note
providescontext
context
resolves to aCollection
(orOrderedCollection
)Topic backfill with compatible NodeBB implementation
Topic backfill with compatible Discourse implementation
Discourse is able to backfill topics from compatible NodeBB implementation
Additional compatibility with FEP-7888:
context
contains anattributedTo
(the category actor)context
'sattributedTo
resolves to an ActorAdd
activity out to category followers and post authorcontext
is set to local instance contextAdd
activity is received referencing the created object, the objectcontext
can be updatedThe text was updated successfully, but these errors were encountered: