mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
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
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
@@ -441,6 +441,6 @@ 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