Log on prekey messages
// FREEBIE
This commit is contained in:
parent
3e9396f933
commit
ddcdc9e2ff
2 changed files with 2 additions and 0 deletions
|
@ -35335,6 +35335,7 @@ axolotlInternal.RecipientRecord = function() {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
handlePreKeyWhisperMessage: function(from, blob) {
|
handlePreKeyWhisperMessage: function(from, blob) {
|
||||||
|
console.log('prekey whisper message');
|
||||||
blob.mark();
|
blob.mark();
|
||||||
var version = blob.readUint8();
|
var version = blob.readUint8();
|
||||||
if ((version & 0xF) > 3 || (version >> 4) < 3) {
|
if ((version & 0xF) > 3 || (version >> 4) < 3) {
|
||||||
|
|
|
@ -63,6 +63,7 @@
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
handlePreKeyWhisperMessage: function(from, blob) {
|
handlePreKeyWhisperMessage: function(from, blob) {
|
||||||
|
console.log('prekey whisper message');
|
||||||
blob.mark();
|
blob.mark();
|
||||||
var version = blob.readUint8();
|
var version = blob.readUint8();
|
||||||
if ((version & 0xF) > 3 || (version >> 4) < 3) {
|
if ((version & 0xF) > 3 || (version >> 4) < 3) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue