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

@ -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

Loading…
Cancel
Save