remove obsolete parameter here as well

This commit is contained in:
Bruno Windels 2023-03-24 23:14:30 +01:00
parent d170c6f787
commit 9383246f8d

View File

@ -182,7 +182,7 @@ export class CrossSigning {
if (userId === this.ownUserId) {
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) {
return;
}