mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Update libsignal-protocol v0.10.0
* Changes policy for old session deletion * Renames putIdentityKey to saveIdentity * Remove device messages // FREEBIE
This commit is contained in:
@@ -275,7 +275,7 @@
|
||||
});
|
||||
});
|
||||
},
|
||||
putIdentityKey: function(identifier, publicKey) {
|
||||
saveIdentity: function(identifier, publicKey) {
|
||||
if (identifier === null || identifier === undefined) {
|
||||
throw new Error("Tried to put identity key for undefined/null key");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user