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

@fedify/fedify@0.15.0-dev.367+2450f631
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
2 weeks ago (0.15.0-dev.367+2450f631)
method Context.sendActivity
Context.sendActivity(
sender: ,
recipients: Recipient | Recipient[],
activity: Activity,
): Promise<void>

Sends an activity to recipients' inboxes.

Parameters

sender:

The sender's handle or the sender's key pair(s).

recipients: Recipient | Recipient[]

The recipients of the activity.

activity: Activity

The activity to send.

optional
options: SendActivityOptions

Options for sending the activity.

Return Type

Promise<void>

Add Package

deno add @fedify/fedify

Import symbol

import { type Context } from "@fedify/fedify/federation";

---- OR ----

Import directly with a jsr specifier

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

Add Package

npx jsr add @fedify/fedify

Import symbol

import { type Context } from "@fedify/fedify/federation";

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

import { type Context } from "@fedify/fedify/federation";

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

import { type Context } from "@fedify/fedify/federation";

Add Package

bunx jsr add @fedify/fedify

Import symbol

import { type Context } from "@fedify/fedify/federation";