ActivityPub handler for POST outbox. This is invoked when a client publishes an activity to a server.

Hierarchy

  • OutboxPostHandler

Implements

Constructors

Methods

Constructors

Methods

  • handle(request: OutboxPostableActivity | InvokeOutboxPostWithActivity): Promise<{ posted: true; status: 201 }>
  • Parameters

    Returns Promise<{ posted: true; status: 201 }>

Generated using TypeDoc