mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Check for registration when launched
This commit is contained in:
@@ -20,11 +20,6 @@
|
||||
storage.onready(function() {
|
||||
var messageReceiver;
|
||||
|
||||
if (!storage.get('first_install_ran')) {
|
||||
storage.put('first_install_ran', 1);
|
||||
extension.install();
|
||||
}
|
||||
|
||||
if (textsecure.registration.isDone()) {
|
||||
init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user