Remove hasOpenSession from protocol_wrapper
// FREEBIE
This commit is contained in:
@@ -36,11 +36,6 @@
|
||||
},
|
||||
createIdentityKeyRecvSocket: function() {
|
||||
return protocolInstance.createIdentityKeyRecvSocket();
|
||||
},
|
||||
hasOpenSession: function(encodedNumber) {
|
||||
return queueJobForNumber(encodedNumber, function() {
|
||||
return protocolInstance.hasOpenSession(encodedNumber);
|
||||
});
|
||||
}
|
||||
};
|
||||
})();
|
||||
|
Reference in New Issue
Block a user