Fix lint errors in conversation_view.js
This commit is contained in:
parent
0b9b738c88
commit
6e4b73ec0c
1 changed files with 0 additions and 5 deletions
|
@ -14,7 +14,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
window.Whisper = window.Whisper || {};
|
window.Whisper = window.Whisper || {};
|
||||||
const { Migrations } = Signal;
|
|
||||||
const { Message } = window.Signal.Types;
|
const { Message } = window.Signal.Types;
|
||||||
const {
|
const {
|
||||||
upgradeMessageSchema,
|
upgradeMessageSchema,
|
||||||
|
@ -968,8 +967,6 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
downloadAttachment({ attachment, message }) {
|
downloadAttachment({ attachment, message }) {
|
||||||
const { getAbsoluteAttachmentPath } = Migrations;
|
|
||||||
|
|
||||||
Signal.Types.Attachment.save({
|
Signal.Types.Attachment.save({
|
||||||
attachment,
|
attachment,
|
||||||
document,
|
document,
|
||||||
|
@ -994,7 +991,6 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
showLightbox({ attachment, message }) {
|
showLightbox({ attachment, message }) {
|
||||||
const { getAbsoluteAttachmentPath } = Migrations;
|
|
||||||
const { contentType, path } = attachment;
|
const { contentType, path } = attachment;
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
@ -1044,7 +1040,6 @@
|
||||||
showContactDetail({ contact, hasSignalAccount }) {
|
showContactDetail({ contact, hasSignalAccount }) {
|
||||||
const regionCode = storage.get('regionCode');
|
const regionCode = storage.get('regionCode');
|
||||||
const { contactSelector } = Signal.Types.Contact;
|
const { contactSelector } = Signal.Types.Contact;
|
||||||
const { getAbsoluteAttachmentPath } = window.Signal.Migrations;
|
|
||||||
|
|
||||||
const view = new Whisper.ReactWrapperView({
|
const view = new Whisper.ReactWrapperView({
|
||||||
Component: Signal.Components.ContactDetail,
|
Component: Signal.Components.ContactDetail,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue