Verification sync logging: include whether it was from contact sync

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 4124d5cb9b
commit 9ba5aaa54d

@ -308,7 +308,8 @@
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);
if (!contact) {

Loading…
Cancel
Save