mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Update protos with support for null messages
// FREEBIE
This commit is contained in:
@@ -39284,7 +39284,7 @@ MessageSender.prototype = {
|
||||
var myNumber = textsecure.storage.user.getNumber();
|
||||
var myDevice = textsecure.storage.user.getDeviceId();
|
||||
if (myDevice != 1) {
|
||||
var verified = new textsecure.protobuf.SyncMessage.Verified();
|
||||
var verified = new textsecure.protobuf.Verified();
|
||||
verified.state = state;
|
||||
verified.destination = destination;
|
||||
verified.identityKey = identityKey;
|
||||
|
||||
Reference in New Issue
Block a user