You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Update for new name
This commit is contained in:
@ -108,7 +108,7 @@ export default class DeviceListener {
|
||||
|
||||
if (!cli.isCryptoEnabled()) return;
|
||||
|
||||
const crossSigningReady = await cli.crossSigningReady();
|
||||
const crossSigningReady = await cli.isCrossSigningReady();
|
||||
|
||||
if (!crossSigningReady) {
|
||||
if (this._dismissedThisDeviceToast) {
|
||||
|
Reference in New Issue
Block a user