mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 22:01:49 +01:00
Flag voice note attachment protos as such
// FREEBIE
This commit is contained in:
@@ -130,6 +130,9 @@ MessageSender.prototype = {
|
||||
if (attachment.size) {
|
||||
proto.size = attachment.size;
|
||||
}
|
||||
if (attachment.flags) {
|
||||
proto.flags = attachment.flags;
|
||||
}
|
||||
return proto;
|
||||
});
|
||||
}.bind(this));
|
||||
|
||||
Reference in New Issue
Block a user