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

This commit is contained in:
Beaudan Brown 2019-10-03 11:21:11 +10:00
parent 64a77f9fba
commit 9002c344e3

View file

@ -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' };