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

    Sent by the client to the server to tell the server the clients PeerID

    type JoinMessage = {
        peerMetadata: PeerMetadata;
        senderId: PeerId;
        supportedProtocolVersions: ProtocolVersion[];
        type: "join";
    }
    Index

    Properties

    peerMetadata: PeerMetadata

    Metadata presented by the peer

    senderId: PeerId

    The PeerID of the client

    supportedProtocolVersions: ProtocolVersion[]

    The protocol version the client supports

    type: "join"