mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Move back to libsignal-client v0.18.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user