linXiv frontend (TS/JS)
    Preparing search index...

    Type Alias ChangeRow

    type ChangeRow = {
        actor: string;
        display_name: string | null;
        hash: string;
        message: string | null;
        mine: boolean;
        time: number;
    }
    Index
    actor: string
    display_name: string | null

    Host-assigned name from the node's Member List; None when unnamed.

    hash: string
    message: string | null
    mine: boolean

    Written by this device (its pinned actor id).

    time: number

    Unix seconds; 0 on changes written before timestamps landed.