Refine Sealed Sender behaviors
This commit is contained in:
parent
8391f6ec4e
commit
2d48daa7b6
8 changed files with 59 additions and 32 deletions
|
@ -25,7 +25,8 @@
|
|||
|
||||
const ourNumber = textsecure.storage.user.getNumber();
|
||||
const { wrap, sendOptions } = ConversationController.prepareForSend(
|
||||
ourNumber
|
||||
ourNumber,
|
||||
{ syncMessage: true }
|
||||
);
|
||||
window.log.info('SyncRequest created. Sending contact sync message...');
|
||||
wrap(sender.sendRequestContactSyncMessage(sendOptions))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue