mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-28 18:01:46 +02:00
Fix device verification toasts not disappearing
recheck in DeviceListener returned early if cross-signing wasn't ready, but this was unnecessary and prevented it from hiding the device verification toasts (which also appeared above the toast to verify yourself).
This commit is contained in:
parent
0eb39d8756
commit
e845409167
@ -223,7 +223,6 @@ export default class DeviceListener {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
} else if (await cli.secretStorageKeyNeedsUpgrade()) {
|
} else if (await cli.secretStorageKeyNeedsUpgrade()) {
|
||||||
ToastStore.sharedInstance().addOrReplaceToast({
|
ToastStore.sharedInstance().addOrReplaceToast({
|
||||||
key: THIS_DEVICE_TOAST_KEY,
|
key: THIS_DEVICE_TOAST_KEY,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user