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);
|
||||
};
|
||||
|
||||
textsecure.MessageReceiver.prototype = {
|
||||
constructor: textsecure.MessageReceiver
|
||||
textsecure.MessageSender.prototype = {
|
||||
constructor: textsecure.MessageSender
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user