UNPKG

matrix-react-sdk

Version:
9 lines (8 loc) 340 B
import { MatrixClient } from "matrix-js-sdk/src/matrix"; /** * If encryption is force disabled AND the user is not in any encrypted rooms * skip setting up encryption * @param client * @returns {boolean} true when we can skip settings up encryption */ export declare const shouldSkipSetupEncryption: (client: MatrixClient) => boolean;