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

    Type Alias PresenceRow

    type PresenceRow = {
        last_seen: string;
        member_id: string;
        name: string | null;
        online: boolean;
        reading: string | null;
    }
    Index
    last_seen: string

    RFC 3339 of the member's last sync pass.

    member_id: string
    name: string | null
    online: boolean

    Heartbeat within two sync intervals.

    reading: string | null

    Shared paper being read (opt-in); None unless online.