mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Move worker initialization to background.js
Not sure why I put it in panel controller. Probably an oversight. // FREEBIE
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
appWindow.close();
|
||||
});
|
||||
|
||||
textsecure.protocol_wrapper.startWorker();
|
||||
|
||||
storage.fetch();
|
||||
storage.onready(function() {
|
||||
var messageReceiver;
|
||||
|
||||
Reference in New Issue
Block a user