mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Move to central MIME functions, remove some console.log
And generally address PR feedback.
This commit is contained in:
@@ -24,9 +24,6 @@ window.libphonenumber = {
|
||||
};
|
||||
|
||||
window.Signal = {};
|
||||
window.Signal.HTML = {
|
||||
render: thing => thing,
|
||||
};
|
||||
window.Signal.Backup = {};
|
||||
window.Signal.Crypto = {};
|
||||
window.Signal.Logs = {};
|
||||
@@ -54,6 +51,9 @@ window.EmojiConvertor.prototype.img_sets = {
|
||||
|
||||
window.i18n = () => '';
|
||||
|
||||
// Ideally we don't need to add things here. We want to add them in StyleGuideUtil, which
|
||||
// means that references to these things can't be early-bound, not capturing the direct
|
||||
// reference to the function on file load.
|
||||
window.Signal.Migrations.V17 = {};
|
||||
window.Signal.OS = {};
|
||||
window.Signal.Types = {};
|
||||
|
||||
Reference in New Issue
Block a user