Adds additional logging to boot path
This commit is contained in:
parent
be819f9fdd
commit
0843f569a0
3 changed files with 6 additions and 1 deletions
|
@ -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'));
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue