mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 17:08:11 +01:00
Log on prekey messages
// FREEBIE
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
});
|
||||
},
|
||||
handlePreKeyWhisperMessage: function(from, blob) {
|
||||
console.log('prekey whisper message');
|
||||
blob.mark();
|
||||
var version = blob.readUint8();
|
||||
if ((version & 0xF) > 3 || (version >> 4) < 3) {
|
||||
|
||||
Reference in New Issue
Block a user