Skip to content

Commit a7901a0

Browse files
author
Thomas Belin
authored
runfix: fix legal hold request issues (#11958)
1 parent f2eaa07 commit a7901a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/user/UserRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ export class UserRepository {
423423
} = eventJson;
424424

425425
const fingerprint = await this.clientRepository.cryptographyRepository.getRemoteFingerprint(
426-
userId,
426+
{domain: null, id: userId},
427427
clientId,
428428
last_prekey,
429429
);

0 commit comments

Comments
 (0)