Skip to main content
This release is 1 version behind 1.4.1 — the latest version of @fedify/fedify. Jump to latest

@fedify/fedify@1.4.0-dev.599+72b4d6d0
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
2 months ago (1.4.0-dev.599+72b4d6d0)
interface SendActivityOptions

Options for Context.sendActivity method.

Properties

Whether to prefer the shared inbox for the recipients.

Whether to send the activity immediately, without enqueuing it. If true, the activity will be sent immediately and the retrial policy will not be applied.

The base URIs to exclude from the recipients' inboxes. It is useful for excluding the recipients having the same shared inbox with the sender.

Note that the only origin parts of the URLs are compared.

Add Package

deno add jsr:@fedify/fedify

Import symbol

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

---- OR ----

Import directly with a jsr specifier

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

Add Package

npx jsr add @fedify/fedify

Import symbol

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

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

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

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

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

Add Package

bunx jsr add @fedify/fedify

Import symbol

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