Skip to main content
This release is 9 versions behind 1.4.9 — 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
3 months ago (1.4.0-dev.599+72b4d6d0)
property SendActivityOptions.excludeBaseUris

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.

Type

URL[]

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";