Let the key worker close itself when done
This commit is contained in:
@@ -72,5 +72,6 @@ onmessage = function(e) {
|
||||
store = e.data;
|
||||
textsecure.protocol_wrapper.generateKeys().then(function(keys) {
|
||||
postMessage({method: 'done', keys: keys});
|
||||
close();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user