@fedify/fedify
Version:
An ActivityPub server framework
17 lines (16 loc) • 636 B
YAML
$schema: ../codegen/schema.yaml
name: Block
compactName: Block
uri: "https://www.w3.org/ns/activitystreams#Block"
extends: "https://www.w3.org/ns/activitystreams#Ignore"
entity: true
description: |
Indicates that the `actor` is blocking the `object`. Blocking is a stronger
form of { Ignore}. The typical use is to support social systems that
allow one user to block activities or content of other users. The `target`
and `origin` typically have no defined meaning.
defaultContext:
- "https://w3id.org/identity/v1"
- "https://www.w3.org/ns/activitystreams"
- "https://w3id.org/security/data-integrity/v1"
properties: []