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:
Scott Nonnenberg 2017-08-04 15:23:54 -07:00
parent e223db56d9
commit 7e8f3ab5e7
No known key found for this signature in database
GPG key ID: A4931C09644C654B
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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