From 9002c344e3c9b1192aaad0557ba45392a79c5538 Mon Sep 17 00:00:00 2001 From: Beaudan Brown Date: Thu, 3 Oct 2019 11:21:11 +1000 Subject: [PATCH] TEMPORARY: Disabled sending of contact list sync message to have consistent experience across platforms --- libloki/api.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libloki/api.js b/libloki/api.js index 095f2b8be..5e632ca49 100644 --- a/libloki/api.js +++ b/libloki/api.js @@ -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' };