Remove closeOpenSessionForDevice from protocol_wrapper
// FREEBIE
This commit is contained in:
parent
0d5ec60a7a
commit
0483fa2f97
5 changed files with 50 additions and 42 deletions
|
@ -28,11 +28,6 @@
|
|||
|
||||
window.textsecure = window.textsecure || {};
|
||||
window.textsecure.protocol_wrapper = {
|
||||
closeOpenSessionForDevice: function(encodedNumber) {
|
||||
return queueJobForNumber(encodedNumber, function() {
|
||||
return protocolInstance.closeOpenSessionForDevice(encodedNumber);
|
||||
});
|
||||
},
|
||||
startWorker: function() {
|
||||
protocolInstance.startWorker('/js/libsignal-protocol-worker.js');
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue