|
|
|
@ -130,6 +130,7 @@ window.textsecure.messaging = function() {
|
|
|
|
|
var tryMessageAgain = function(number, encodedMessage, message_id) {
|
|
|
|
|
var message = new Whisper.MessageCollection().add({id: message_id});
|
|
|
|
|
message.fetch().then(function() {
|
|
|
|
|
//TODO: Encapsuate with the rest of textsecure.storage.devices
|
|
|
|
|
textsecure.storage.removeEncrypted("devices" + number);
|
|
|
|
|
var proto = textsecure.protobuf.PushMessageContent.decode(encodedMessage, 'binary');
|
|
|
|
|
sendMessageProto(message.get('sent_at'), [number], proto, function(res) {
|
|
|
|
|