Skip to main content
This release is 12 versions behind 1.5.1 — the latest version of @fedify/fedify. Jump to latest

@fedify/fedify@1.4.0-dev.607+b9f34f48
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
94%
Published
3 months ago (1.4.0-dev.607+b9f34f48)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

interface RouteActivityOptions

Options for Context.routeActivity method.

Properties

Whether to skip enqueuing the activity and invoke the listener immediately. If no inbox queue is available, this option is ignored and the activity will be always invoked immediately.

The document loader for loading remote JSON-LD documents.

The context loader for loading remote JSON-LD contexts.

optional
tracerProvider: TracerProvider

The OpenTelemetry tracer provider. If omitted, the global tracer provider is used.

Add Package

deno add jsr:@fedify/fedify

Import symbol

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

---- OR ----

Import directly with a jsr specifier

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

Add Package

npx jsr add @fedify/fedify

Import symbol

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

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

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

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

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

Add Package

bunx jsr add @fedify/fedify

Import symbol

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