fix download attachment when showing groups media lightbox

This commit is contained in:
Audric Ackermann 2020-01-14 09:52:07 +11:00
parent ab862dbecf
commit 40187755c2

View file

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