Use relative paths
// FREEBIE
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
});
|
||||
|
||||
// start a background worker for ecc
|
||||
textsecure.startWorker('/js/libsignal-protocol-worker.js');
|
||||
textsecure.startWorker('js/libsignal-protocol-worker.js');
|
||||
Whisper.KeyChangeListener.init(textsecure.storage.protocol);
|
||||
textsecure.storage.protocol.on('removePreKey', function() {
|
||||
getAccountManager().refreshPreKeys();
|
||||
|
Reference in New Issue
Block a user