Fix a missing function and dont blow up on delivery receipts
This commit is contained in:
parent
d9f53d4c01
commit
f6f35c5b61
4 changed files with 13 additions and 1 deletions
|
@ -350,6 +350,10 @@ window.textsecure.api = function() {
|
|||
else
|
||||
console.log("Got invalid message from server: " + message);
|
||||
};
|
||||
|
||||
socketWrapper.send = function(msg) {
|
||||
socket.send(msg);
|
||||
}
|
||||
};
|
||||
connect();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue