Ensure that caption is shown even for single-image message

This commit is contained in:
Scott Nonnenberg 2018-12-14 14:10:24 -08:00
parent c0be4718fc
commit dc9f9dabfd

View file

@ -1205,6 +1205,7 @@
const props = {
objectURL: getAbsoluteAttachmentPath(path),
contentType,
caption: attachment.caption,
onSave: () => this.downloadAttachment({ attachment, message }),
};
this.lightboxView = new Whisper.ReactWrapperView({