|
|
|
@ -579,9 +579,8 @@
|
|
|
|
|
conversationId: this.model.get('id'),
|
|
|
|
|
WhisperMessageCollection: Whisper.MessageCollection,
|
|
|
|
|
});
|
|
|
|
|
const loadMessages = Signal.Components.PropTypes.Message.loadWithObjectURL(
|
|
|
|
|
Signal.Migrations.loadMessage
|
|
|
|
|
);
|
|
|
|
|
const loadMessages = Signal.Components.PropTypes.Message
|
|
|
|
|
.loadWithObjectURL(Signal.Migrations.loadMessage);
|
|
|
|
|
const mediaWithObjectURLs = await loadMessages(media);
|
|
|
|
|
|
|
|
|
|
const mediaGalleryProps = {
|
|
|
|
@ -597,7 +596,7 @@
|
|
|
|
|
onClose: () => Signal.Backbone.Views.Lightbox.hide(),
|
|
|
|
|
});
|
|
|
|
|
Signal.Backbone.Views.Lightbox.show(this.lightboxView.el);
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
const view = new Whisper.ReactWrapperView({
|
|
|
|
|