InboxContext.forwardActivity(forwarder: SenderKeyPair
| SenderKeyPair[]
| { identifier: string; }
| { username: string; }
| { handle: string; },options?: ForwardActivityOptions,): Promise<void>
Forwards a received activity to the recipients' inboxes. 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 activity is not signed (i.e., it has neither Linked Data Signatures nor Object Integrity Proofs), the recipient probably will not trust the activity.
forwarder: SenderKeyPair
| SenderKeyPair[]
| { identifier: string; }
| { username: string; }
| { handle: string; }
The forwarder's identifier or the forwarder's username or the forwarder's key pair(s).
optional
options: ForwardActivityOptions
Options for forwarding the activity.
Promise<void>