Remove hasOpenSession from protocol_wrapper
// FREEBIE
This commit is contained in:
parent
0483fa2f97
commit
7939b6ae98
3 changed files with 6 additions and 14 deletions
|
@ -36,11 +36,6 @@
|
|||
},
|
||||
createIdentityKeyRecvSocket: function() {
|
||||
return protocolInstance.createIdentityKeyRecvSocket();
|
||||
},
|
||||
hasOpenSession: function(encodedNumber) {
|
||||
return queueJobForNumber(encodedNumber, function() {
|
||||
return protocolInstance.hasOpenSession(encodedNumber);
|
||||
});
|
||||
}
|
||||
};
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue