From 08ca97ba0020c90bb063dbb640e537be304af12c Mon Sep 17 00:00:00 2001 From: Ameya Lokare Date: Tue, 25 Aug 2026 16:01:28 -0700 Subject: [PATCH] Register clear orphaned FoundationDB queues command --- .../org/whispersystems/textsecuregcm/WhisperServerService.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java index 050a2f330..5b2e642aa 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java @@ -328,6 +328,7 @@ import org.whispersystems.textsecuregcm.workers.CertificateCommand; import org.whispersystems.textsecuregcm.workers.CheckDynamicConfigurationCommand; import org.whispersystems.textsecuregcm.workers.ClearExpiredFoundationDbMessagesCommand; import org.whispersystems.textsecuregcm.workers.ClearIssuedReceiptRedemptionsCommand; +import org.whispersystems.textsecuregcm.workers.ClearOrphanedFoundationDbQueuesCommand; import org.whispersystems.textsecuregcm.workers.CopyToS3Command; import org.whispersystems.textsecuregcm.workers.DeleteUserCommand; import org.whispersystems.textsecuregcm.workers.IdleDeviceNotificationSchedulerFactory; @@ -406,6 +407,7 @@ public class WhisperServerService extends Application