Move back to libsignal-client v0.18.1
This commit is contained in:
parent
d25e3c37ed
commit
08b2aeb237
6 changed files with 39 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue