From f0a8b5a54a08a94b04a3e5dedba2e84f64a7b493 Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Thu, 6 May 2021 15:31:59 -0400 Subject: [PATCH] Allow the environment to manage the Tor exit node manager's lifecycle. --- .../org/whispersystems/textsecuregcm/WhisperServerService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java index 97e95cb25..455e3511b 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java @@ -454,6 +454,7 @@ public class WhisperServerService extends Application