Upgrade to libsignal-client v0.19.2

This commit is contained in:
Scott Nonnenberg 2022-08-01 18:31:24 -07:00 committed by GitHub
parent e8c6f68e3f
commit 2b648b79a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 29 additions and 34 deletions

View file

@ -862,8 +862,8 @@ export default class AccountManager extends EventTarget {
if (keyMaterial) {
await storage.protocol.updateOurPniKeyMaterial(
new UUID(pni)
// keyMaterial
new UUID(pni),
keyMaterial
);
// Intentionally not awaiting since this is processed on encrypted queue