mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-02 07:31:38 +01:00
remove obsolete parameter here as well
This commit is contained in:
parent
d170c6f787
commit
9383246f8d
@ -182,7 +182,7 @@ export class CrossSigning {
|
|||||||
if (userId === this.ownUserId) {
|
if (userId === this.ownUserId) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const keyToSign = await this.deviceTracker.getCrossSigningKeyForUser(userId, KeyUsage.Master, this.hsApi, undefined, log);
|
const keyToSign = await this.deviceTracker.getCrossSigningKeyForUser(userId, KeyUsage.Master, this.hsApi, log);
|
||||||
if (!keyToSign) {
|
if (!keyToSign) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user