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:
parent
e223db56d9
commit
7e8f3ab5e7
2 changed files with 0 additions and 2 deletions
|
@ -39182,7 +39182,6 @@ OutgoingMessage.prototype = {
|
|||
var address = new libsignal.SignalProtocolAddress(number, deviceId);
|
||||
|
||||
var ourNumber = textsecure.storage.user.getNumber();
|
||||
var number = address.toString().split('.')[0];
|
||||
var options = {};
|
||||
|
||||
// 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 ourNumber = textsecure.storage.user.getNumber();
|
||||
var number = address.toString().split('.')[0];
|
||||
var options = {};
|
||||
|
||||
// No limit on message keys if we're communicating with our other devices
|
||||
|
|
Loading…
Reference in a new issue