InterfaceDomainBlock

Represents a domain that is blocked by the instance.

interface DomainBlock {
    comment?: null | string;
    digest: string;
    domain: string;
    severity: mastodon.v1.DomainBlockSeverity;
}

Properties

comment?: null | string

An optional reason for the domain block.

digest: string

The SHA256 hash digest of the domain string.

domain: string

The domain which is blocked. This may be obfuscated or partially censored.

The level to which the domain is blocked.