|
|
@ -35429,8 +35429,8 @@ Internal.SessionLock.queueJobForNumber = function queueJobForNumber(number, runJ
|
|
|
|
|
|
|
|
|
|
|
|
window.textsecure = window.textsecure || {};
|
|
|
|
window.textsecure = window.textsecure || {};
|
|
|
|
window.textsecure.protocol_wrapper = {
|
|
|
|
window.textsecure.protocol_wrapper = {
|
|
|
|
startWorker: function() {
|
|
|
|
startWorker: function(url) {
|
|
|
|
protocolInstance.startWorker('/js/libsignal-protocol-worker.js');
|
|
|
|
protocolInstance.startWorker(url);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
stopWorker: function() {
|
|
|
|
stopWorker: function() {
|
|
|
|
protocolInstance.stopWorker();
|
|
|
|
protocolInstance.stopWorker();
|
|
|
|