Skip to main content

Built and signed on GitHub Actions

An ActivityPub/fediverse server framework

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
a week ago (1.3.0)
method InboxListenerSetters.setSharedKeyDispatcher
InboxListenerSetters.setSharedKeyDispatcher(dispatcher: SharedInboxKeyDispatcher<TContextData>): InboxListenerSetters<TContextData>

Configures a callback to dispatch the key pair for the authenticated document loader of the Context passed to the shared inbox listener.

Parameters

dispatcher: SharedInboxKeyDispatcher<TContextData>

A callback to dispatch the key pair for the authenticated document loader.

Return Type

InboxListenerSetters<TContextData>

The setters object so that settings can be chained.

Add Package

deno add jsr:@fedify/fedify

Import symbol

import { type InboxListenerSetters } from "@fedify/fedify";

---- OR ----

Import directly with a jsr specifier

import { type InboxListenerSetters } from "jsr:@fedify/fedify";

Add Package

npx jsr add @fedify/fedify

Import symbol

import { type InboxListenerSetters } from "@fedify/fedify";

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

import { type InboxListenerSetters } from "@fedify/fedify";

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

import { type InboxListenerSetters } from "@fedify/fedify";

Add Package

bunx jsr add @fedify/fedify

Import symbol

import { type InboxListenerSetters } from "@fedify/fedify";