Adds additional logging to boot path
This commit is contained in:
parent
be819f9fdd
commit
0843f569a0
3 changed files with 6 additions and 1 deletions
|
@ -14,6 +14,7 @@ let scheduleNext = null;
|
|||
// We need to refresh our own profile regularly to account for newly-added devices which
|
||||
// do not support unidentified delivery.
|
||||
function refreshOurProfile() {
|
||||
window.log.info('refreshOurProfile');
|
||||
const ourNumber = textsecure.storage.user.getNumber();
|
||||
const conversation = ConversationController.getOrCreate(ourNumber, 'private');
|
||||
conversation.getProfiles();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue