Works with
This package works with Node.js, Deno, Bun
License
MIT
•
Downloads9,010/wk
•
Published4 days ago (2.3.6)
An ActivityPub/fediverse server framework
A context for outbox listeners.
Type Parameters
Properties
The identifier of the actor whose outbox received the POST.
Methods
Indicates whether the posted activity has been delivered during the current outbox listener invocation.
Forwards a posted activity to the recipients' inboxes without re-serializing the original payload. The forwarded activity will be signed in HTTP Signatures by the forwarder, but its payload will not be modified, i.e., Linked Data Signatures and Object Integrity Proofs will not be added. Therefore, if the posted activity is not signed (i.e., it has neither Linked Data Signatures nor Object Integrity Proofs), the recipients probably will not trust the activity.
Forwards a posted activity to the recipients' inboxes without re-serializing the original payload. The forwarded activity will be signed in HTTP Signatures by the forwarder, but its payload will not be modified, i.e., Linked Data Signatures and Object Integrity Proofs will not be added. Therefore, if the posted activity is not signed (i.e., it has neither Linked Data Signatures nor Object Integrity Proofs), the recipients probably will not trust the activity.
Creates a new context with the same properties as this one, but with the given data.