react-native-matrix-crypto
    Preparing search index...

    Interface HistoryImport

    What receiveHistoryBundle actually did.

    interface HistoryImport {
        imported: number;
        offered: number;
    }
    Index
    imported: number

    How many were imported.

    Lower than offered when the bundle carried keys for a different scope, which are discarded. Both zero is an empty bundle, not a failure: a refusal throws sender_not_trusted and never returns.

    offered: number

    How many sessions the bundle offered.