mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
TEMPORARY: Disabled sending of contact list sync message to have consistent experience across platforms
This commit is contained in:
parent
64a77f9fba
commit
9002c344e3
1 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue