Fix for "Can't find record for undefined.1"
Also, we didn't need to recalculate the number here anyway! FREEBIE
This commit is contained in:
@@ -39182,7 +39182,6 @@ OutgoingMessage.prototype = {
|
|||||||
var address = new libsignal.SignalProtocolAddress(number, deviceId);
|
var address = new libsignal.SignalProtocolAddress(number, deviceId);
|
||||||
|
|
||||||
var ourNumber = textsecure.storage.user.getNumber();
|
var ourNumber = textsecure.storage.user.getNumber();
|
||||||
var number = address.toString().split('.')[0];
|
|
||||||
var options = {};
|
var options = {};
|
||||||
|
|
||||||
// No limit on message keys if we're communicating with our other devices
|
// No limit on message keys if we're communicating with our other devices
|
||||||
|
@@ -139,7 +139,6 @@ OutgoingMessage.prototype = {
|
|||||||
var address = new libsignal.SignalProtocolAddress(number, deviceId);
|
var address = new libsignal.SignalProtocolAddress(number, deviceId);
|
||||||
|
|
||||||
var ourNumber = textsecure.storage.user.getNumber();
|
var ourNumber = textsecure.storage.user.getNumber();
|
||||||
var number = address.toString().split('.')[0];
|
|
||||||
var options = {};
|
var options = {};
|
||||||
|
|
||||||
// No limit on message keys if we're communicating with our other devices
|
// No limit on message keys if we're communicating with our other devices
|
||||||
|
Reference in New Issue
Block a user