pull/1183/head
Audric Ackermann 5 years ago
parent 0668798b72
commit cadc92ee7a
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -724,7 +724,7 @@
return false; return false;
} }
// console.log('this.contactCollection', this.contactCollection); // console.log('this.contactCollection', this.contactCollection);
//FIXME AUDRIC // FIXME AUDRIC
return true; return true;
// return this.contactCollection.every(contact => { // return this.contactCollection.every(contact => {
// if (contact.isMe()) { // if (contact.isMe()) {

@ -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 */ /* eslint-disable more/no-then, no-bitwise */
@ -519,7 +519,7 @@ MessageSender.prototype = {
}); });
}, },
async sendContactSyncMessage(conversations) { async sendContactSyncMessage() {
return Promise.resolve(); return Promise.resolve();
// // If we havn't got a primaryDeviceKey then we are in the middle of pairing // // 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); // return Promise.all(syncPromises);
}, },
sendGroupSyncMessage(conversations) { sendGroupSyncMessage() {
return Promise.resolve(); return Promise.resolve();
// // If we havn't got a primaryDeviceKey then we are in the middle of pairing // // 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 // // primaryDevicePubKey is set to our own number if we are the master device

Loading…
Cancel
Save