matrix-js-sdk
    Preparing search index...

    Interface InviteOpts

    Options object for MatrixClient.invite.

    interface InviteOpts {
        reason?: string;
        shareEncryptedHistory?: boolean;
    }
    Index

    Properties

    reason?: string

    The reason for the invite.

    shareEncryptedHistory?: boolean

    Previously, configured whether to send encrypted history if the visibility settings allow it. This is now always enabled, and the setting is only retained to avoid a breaking change to the API. It has no effect.