Request contact sync only on the first connect after upgrade
This commit is contained in:
parent
2060118e85
commit
739bd4dbda
1 changed files with 1 additions and 0 deletions
|
@ -747,6 +747,7 @@
|
||||||
// (but only if we're not the primary device)
|
// (but only if we're not the primary device)
|
||||||
if (
|
if (
|
||||||
!firstRun &&
|
!firstRun &&
|
||||||
|
connectCount === 1 &&
|
||||||
newVersion &&
|
newVersion &&
|
||||||
// eslint-disable-next-line eqeqeq
|
// eslint-disable-next-line eqeqeq
|
||||||
textsecure.storage.user.getDeviceId() != '1'
|
textsecure.storage.user.getDeviceId() != '1'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue