Skip to main content
Home
This release is a pre-release — the latest non-prerelease version of @fedify/fedify is 1.5.1. Jump to this version

@fedify/fedify@1.6.0-dev.757+7fa54fbc
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
4 weeks ago (1.6.0-dev.757+7fa54fbc)
interface Recipient

The object that can be a recipient of an activity.

Note that every Actor is also a Recipient.

Properties

readonly
id: URL | null

The URI of the actor.

readonly
inboxId: URL | null

The URI of the actor's inbox.

readonly
optional
endpoints: { sharedInbox: URL | null; } | null

The endpoints of the actor.

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.

Add Package

deno add jsr:@fedify/fedify

Import symbol

import { type Recipient } from "@fedify/fedify";
or

Import directly with a jsr specifier

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

Add Package

pnpm i jsr:@fedify/fedify
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fedify/fedify

Import symbol

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

Add Package

yarn add jsr:@fedify/fedify
or (using Yarn 4.8 or older)
yarn dlx jsr add @fedify/fedify

Import symbol

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

Add Package

npx jsr add @fedify/fedify

Import symbol

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

Add Package

bunx jsr add @fedify/fedify

Import symbol

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