mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
Fix MessageSender prototype
// FREEBIE
This commit is contained in:
@@ -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