Refactor: Move Backup under window.Signal
This commit is contained in:
parent
186268a1b1
commit
e583434366
5 changed files with 985 additions and 983 deletions
|
@ -79,8 +79,6 @@
|
|||
console.log('using proxy url', window.config.proxyUrl);
|
||||
}
|
||||
|
||||
require('./js/backup');
|
||||
|
||||
window.nodeSetImmediate = setImmediate;
|
||||
window.nodeWebSocket = require("websocket").w3cwebsocket;
|
||||
|
||||
|
@ -108,8 +106,10 @@
|
|||
window.Signal = window.Signal || {};
|
||||
window.Signal.Logs = require('./js/modules/logs');
|
||||
window.Signal.OS = require('./js/modules/os');
|
||||
window.Signal.Backup = require('./js/modules/backup');
|
||||
window.Signal.Migrations = window.Signal.Migrations || {};
|
||||
window.Signal.Migrations.V17 = require('./js/modules/migrations/17');
|
||||
|
||||
window.Signal.Types = window.Signal.Types || {};
|
||||
window.Signal.Types.Attachment = require('./js/modules/types/attachment');
|
||||
window.Signal.Types.Errors = require('./js/modules/types/errors');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue