mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix 'retry message' scenario: they are now content messages
FREEBIE
This commit is contained in:
@@ -144,7 +144,7 @@ MessageSender.prototype = {
|
||||
},
|
||||
|
||||
tryMessageAgain: function(number, encodedMessage, timestamp) {
|
||||
var proto = textsecure.protobuf.DataMessage.decode(encodedMessage);
|
||||
var proto = textsecure.protobuf.Content.decode(encodedMessage);
|
||||
return this.sendIndividualProto(number, proto, timestamp);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user