Rename textsecure.api and make it internal-only
This commit is contained in:
parent
45a61780af
commit
9e7d8c0a08
7 changed files with 24 additions and 28 deletions
|
@ -30,7 +30,7 @@
|
|||
constructor: MessageReceiver,
|
||||
connect: function() {
|
||||
// initialize the socket and start listening for messages
|
||||
this.socket = textsecure.api.getMessageWebsocket();
|
||||
this.socket = TextSecureServer.getMessageWebsocket();
|
||||
var eventTarget = this.target;
|
||||
|
||||
new WebSocketResource(this.socket, function(request) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue