Adds additional logging to boot path

This commit is contained in:
Josh Perez 2020-02-18 10:48:58 -08:00 committed by GitHub
parent be819f9fdd
commit 0843f569a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View file

@ -585,6 +585,8 @@
// Ensure that we always have a conversation for ourself
await ConversationController.getOrCreateAndWait(number, 'private');
window.log.info('dispatching registration event');
this.dispatchEvent(new Event('registration'));
},
});