Add debug logging for #1030

// FREEBIE
This commit is contained in:
lilia 2017-02-03 21:21:18 -08:00
parent eb5c95e287
commit 7e06e014c4
3 changed files with 5 additions and 0 deletions

View file

@ -38077,6 +38077,7 @@ var TextSecureServer = (function() {
});
},
registrationDone: function() {
console.log('registration done');
this.dispatchEvent(new Event('registration'));
}
});