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

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
4 months ago (0.15.0)
method Service.prototype.manuallyApprovesFollowers
Service.prototype.manuallyApprovesFollowers(): boolean | null

When true, conveys that for this actor, follow requests are not usually automatically approved, but instead are examined by a person who may accept or reject the request, at some time in the future. Setting of false conveys no information and may be ignored. This information is typically used to affect display of accounts, such as showing an account as private or locked.

Return Type

boolean | null

Add Package

deno add jsr:@fedify/fedify

Import symbol

import { Service } from "@fedify/fedify";

---- OR ----

Import directly with a jsr specifier

import { Service } from "jsr:@fedify/fedify";

Add Package

npx jsr add @fedify/fedify

Import symbol

import { Service } from "@fedify/fedify";

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

import { Service } from "@fedify/fedify";

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

import { Service } from "@fedify/fedify";

Add Package

bunx jsr add @fedify/fedify

Import symbol

import { Service } from "@fedify/fedify";