Fix MessageSender prototype
// FREEBIE
This commit is contained in:
@@ -40041,8 +40041,8 @@ textsecure.MessageSender = function(url, username, password) {
|
|||||||
this.leaveGroup = sender.leaveGroup .bind(sender);
|
this.leaveGroup = sender.leaveGroup .bind(sender);
|
||||||
};
|
};
|
||||||
|
|
||||||
textsecure.MessageReceiver.prototype = {
|
textsecure.MessageSender.prototype = {
|
||||||
constructor: textsecure.MessageReceiver
|
constructor: textsecure.MessageSender
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -441,6 +441,6 @@ textsecure.MessageSender = function(url, username, password) {
|
|||||||
this.leaveGroup = sender.leaveGroup .bind(sender);
|
this.leaveGroup = sender.leaveGroup .bind(sender);
|
||||||
};
|
};
|
||||||
|
|
||||||
textsecure.MessageReceiver.prototype = {
|
textsecure.MessageSender.prototype = {
|
||||||
constructor: textsecure.MessageReceiver
|
constructor: textsecure.MessageSender
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user