Move prekey sigcheck to libaxolotl
This commit is contained in:
parent
cb6cb4ff89
commit
12844590f5
3 changed files with 20 additions and 17 deletions
|
@ -30,6 +30,7 @@ window.textsecure.messaging = function() {
|
|||
preKeyId: response.devices[i].preKey.keyId,
|
||||
signedKey: response.devices[i].signedPreKey.publicKey,
|
||||
signedKeyId: response.devices[i].signedPreKey.keyId,
|
||||
signedKeySignature: response.devices[i].signedPreKey.signature,
|
||||
registrationId: response.devices[i].registrationId
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue