mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Remove window.config in favor of window.getXXX() accessors
This commit is contained in:
@@ -139,7 +139,7 @@ Message.prototype = {
|
||||
},
|
||||
};
|
||||
|
||||
function MessageSender(url, username, password, cdn_url) {
|
||||
function MessageSender(username, password) {
|
||||
this.server = WebAPI.connect({ username, password });
|
||||
this.pendingMessages = {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user