Move back to libsignal-client v0.18.1

This commit is contained in:
Scott Nonnenberg 2022-07-29 09:17:59 -07:00 committed by GitHub
parent d25e3c37ed
commit 08b2aeb237
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 39 additions and 26 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