matrix-js-sdk

    Interface OnSyncCompletedDataInternal

    interface OnSyncCompletedData {
        catchingUp?: boolean;
        nextSyncToken?: string;
    }
    Index

    Properties

    catchingUp?: boolean

    True if we are working our way through a backlog of events after connecting.

    nextSyncToken?: string

    The 'next_batch' result from /sync, which will become the 'since' token for the next call to /sync.

    MMNEPVFCICPMFPCPTTAAATR