Automerge Repo - v2.3.0-alpha.0
    Preparing search index...

    Type Alias DocumentUnavailableMessage

    Sent by a Repo to indicate that it does not have the document and none of its connected peers do either.

    type DocumentUnavailableMessage = {
        documentId: DocumentId;
        senderId: PeerId;
        targetId: PeerId;
        type: "doc-unavailable";
    }
    Index

    Properties

    documentId: DocumentId

    The document which the peer claims it doesn't have

    senderId: PeerId
    targetId: PeerId
    type: "doc-unavailable"