Options
All
  • Public
  • Public/Protected
  • All
Menu

Module activitypub/inbox

Index

Functions

Functions

inbox

  • inbox(verifiedActor: APActor, json: unknown, deliverActor?: APActor): Promise<void>
  • Process an ActivityPub Activity delivered to an inbox

    Parameters

    • verifiedActor: APActor

      The actor that signed the request

    • json: unknown

      The request body as parsed JSON

    • Optional deliverActor: APActor

      The inbox actor (if not a shared inbox)

    Returns Promise<void>

Generated using TypeDoc