fix download attachment when showing groups media lightbox

pull/715/head
Audric Ackermann 5 years ago
parent ab862dbecf
commit 40187755c2

@ -1271,7 +1271,7 @@
attachment, attachment,
document, document,
getAbsolutePath: getAbsoluteAttachmentPath, getAbsolutePath: getAbsoluteAttachmentPath,
timestamp: message.get('sent_at'), timestamp: message.get? message.get('sent_at'): message.sent_at,
}); });
}, },

Loading…
Cancel
Save