Upgrade to libsignal-client v0.19.2
This commit is contained in:
parent
e8c6f68e3f
commit
2b648b79a4
6 changed files with 29 additions and 34 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