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
6 changed files with 39 additions and 26 deletions
+2 -2
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