Change libsignal-protocol filenames

// FREEBIE
This commit is contained in:
lilia 2016-04-21 18:09:10 -07:00
parent b1d370755a
commit c1e1dd97ba
6 changed files with 6 additions and 6 deletions

View file

@ -35334,7 +35334,7 @@ axolotlInternal.RecipientRecord = function() {
});
},
startWorker: function() {
axolotlInstance.startWorker('/js/libaxolotl-worker.js');
axolotlInstance.startWorker('/js/libsignal-protocol-worker.js');
},
stopWorker: function() {
axolotlInstance.stopWorker();