From cadc92ee7a769aa9cb9f2a5fd0fd1234c5b244a3 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 23 Jun 2020 14:18:35 +1000 Subject: [PATCH] lint --- js/models/conversations.js | 2 +- libtextsecure/sendmessage.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/models/conversations.js b/js/models/conversations.js index b4d4f0794..685acc3b1 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -724,7 +724,7 @@ return false; } // console.log('this.contactCollection', this.contactCollection); - //FIXME AUDRIC + // FIXME AUDRIC return true; // return this.contactCollection.every(contact => { // if (contact.isMe()) { diff --git a/libtextsecure/sendmessage.js b/libtextsecure/sendmessage.js index 7b31fbfb3..454448648 100644 --- a/libtextsecure/sendmessage.js +++ b/libtextsecure/sendmessage.js @@ -1,4 +1,4 @@ -/* global _, textsecure, WebAPI, libsignal, window, OutgoingMessage, libloki */ +/* global textsecure, WebAPI, libsignal, window, OutgoingMessage, libloki */ /* eslint-disable more/no-then, no-bitwise */ @@ -519,7 +519,7 @@ MessageSender.prototype = { }); }, - async sendContactSyncMessage(conversations) { + async sendContactSyncMessage() { return Promise.resolve(); // // If we havn't got a primaryDeviceKey then we are in the middle of pairing @@ -606,7 +606,7 @@ MessageSender.prototype = { // return Promise.all(syncPromises); }, - sendGroupSyncMessage(conversations) { + sendGroupSyncMessage() { return Promise.resolve(); // // If we havn't got a primaryDeviceKey then we are in the middle of pairing // // primaryDevicePubKey is set to our own number if we are the master device