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 Federation.setFollowersDispatcher
Federation.setFollowersDispatcher(
path: `${string}{identifier}${string}` | `${string}{handle}${string}`,
dispatcher: CollectionDispatcher<Recipient, Context<TContextData>, TContextData, URL>,
): CollectionCallbackSetters<Context<TContextData>, TContextData, URL>

Registers a followers collection dispatcher.

Parameters

path: `${string}{identifier}${string}` | `${string}{handle}${string}`

The URI path pattern for the followers collection. The syntax is based on URI Template (RFC 6570). The path must have one variable: {identifier}.

dispatcher: CollectionDispatcher<Recipient, Context<TContextData>, TContextData, URL>

A followers collection callback to register.

Return Type

CollectionCallbackSetters<Context<TContextData>, TContextData, URL>

An object with methods to set other followers collection callbacks.

Throws

@link RouterError

Thrown if the path pattern is invalid.

Add Package

deno add jsr:@fedify/fedify

Import symbol

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

---- OR ----

Import directly with a jsr specifier

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

Add Package

npx jsr add @fedify/fedify

Import symbol

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

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

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

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

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

Add Package

bunx jsr add @fedify/fedify

Import symbol

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