Add missing TODO

This commit is contained in:
Matt Corallo 2015-01-21 18:06:32 -10:00 committed by lilia
parent b356403061
commit 1e318a8293

View file

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