mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Verification sync logging: include whether it was from contact sync
FREEBIE
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user