masto
    Preparing search index...

    Interface DomainBlock

    Represents a domain that is blocked by the instance.

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

    Properties

    comment?: string | null

    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.