Verification sync logging: include whether it was from contact sync
FREEBIE
This commit is contained in:
parent
4124d5cb9b
commit
9ba5aaa54d
1 changed files with 2 additions and 1 deletions
|
@ -308,7 +308,8 @@
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('got verified sync for', number, state);
|
console.log('got verified sync for', number, state,
|
||||||
|
ev.viaContactSync ? 'via contact sync' : '');
|
||||||
|
|
||||||
var contact = ConversationController.get(number);
|
var contact = ConversationController.get(number);
|
||||||
if (!contact) {
|
if (!contact) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue