Request configuration sync on startup of new version
This commit is contained in:
parent
f5954db711
commit
313d08344a
6 changed files with 17 additions and 243 deletions
|
@ -28,7 +28,11 @@
|
|||
ourNumber,
|
||||
{ syncMessage: true }
|
||||
);
|
||||
window.log.info('SyncRequest created. Sending contact sync message...');
|
||||
|
||||
window.log.info('SyncRequest created. Sending config sync request...');
|
||||
wrap(sender.sendRequestConfigurationSyncMessage(sendOptions));
|
||||
|
||||
window.log.info('SyncRequest now sending contact sync message...');
|
||||
wrap(sender.sendRequestContactSyncMessage(sendOptions))
|
||||
.then(() => {
|
||||
window.log.info('SyncRequest now sending group sync messsage...');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue