mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Move hard-coded worker url out of libtextsecure
// FREEBIE
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
window.textsecure = window.textsecure || {};
|
||||
window.textsecure.protocol_wrapper = {
|
||||
startWorker: function() {
|
||||
protocolInstance.startWorker('/js/libsignal-protocol-worker.js');
|
||||
startWorker: function(url) {
|
||||
protocolInstance.startWorker(url);
|
||||
},
|
||||
stopWorker: function() {
|
||||
protocolInstance.stopWorker();
|
||||
|
||||
Reference in New Issue
Block a user