On attachment save include date, include album index
This commit is contained in:
parent
0b0dfbce9d
commit
bf904ddd12
4 changed files with 29 additions and 6 deletions
|
@ -1294,8 +1294,9 @@
|
|||
Signal.Types.Attachment.save({
|
||||
attachment: options.attachment,
|
||||
document,
|
||||
index: options.index + 1,
|
||||
getAbsolutePath: getAbsoluteAttachmentPath,
|
||||
timestamp: options.message.received_at,
|
||||
timestamp: options.message.get('sent_at'),
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue