Move setVerified to conversation queue
This commit is contained in:
parent
26ae1c8a88
commit
371c73377c
4 changed files with 16 additions and 7 deletions
|
@ -167,7 +167,7 @@ async function handleServerKeys(
|
|||
error instanceof LibSignalErrorBase &&
|
||||
error.code === ErrorCode.UntrustedIdentity
|
||||
) {
|
||||
throw new OutgoingIdentityKeyError(identifier);
|
||||
throw new OutgoingIdentityKeyError(identifier, error);
|
||||
}
|
||||
throw error;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue