mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Remove redundant checkKey parameter (#8559)
This commit is contained in:
parent
ac46e6319b
commit
39262215cd
@ -100,7 +100,7 @@ export class SetupEncryptionStore extends EventEmitter {
|
||||
|
||||
public async fetchKeyInfo(): Promise<void> {
|
||||
const cli = MatrixClientPeg.get();
|
||||
const keys = await cli.isSecretStored('m.cross_signing.master', false);
|
||||
const keys = await cli.isSecretStored('m.cross_signing.master');
|
||||
if (keys === null || Object.keys(keys).length === 0) {
|
||||
this.keyId = null;
|
||||
this.keyInfo = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user