TEMPORARY: Disabled sending of contact list sync message to have consistent experience across platforms

pull/551/head
Beaudan Brown 6 years ago
parent 64a77f9fba
commit 9002c344e3

@ -178,11 +178,12 @@
profile,
});
// Attach contact list
const syncMessage = await createContactSyncProtoMessage();
// TODO: Reenable sending of the syncmessage for pairing requests
// const syncMessage = await createContactSyncProtoMessage();
const content = new textsecure.protobuf.Content({
pairingAuthorisation,
dataMessage,
syncMessage,
// syncMessage,
});
// Send
const options = { messageType: 'pairing-request' };

Loading…
Cancel
Save