From 264897656be27122c3392d5d93b64b68c6b2cb3e Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Fri, 29 May 2026 09:51:40 -0400 Subject: [PATCH] Actually make the "copy to S3" command available --- .../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 c16a1f424..7b25a8fea 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java @@ -298,6 +298,7 @@ import org.whispersystems.textsecuregcm.workers.BackupUsageRecalculationCommand; import org.whispersystems.textsecuregcm.workers.CertificateCommand; import org.whispersystems.textsecuregcm.workers.CheckDynamicConfigurationCommand; import org.whispersystems.textsecuregcm.workers.ClearIssuedReceiptRedemptionsCommand; +import org.whispersystems.textsecuregcm.workers.CopyToS3Command; import org.whispersystems.textsecuregcm.workers.DeleteUserCommand; import org.whispersystems.textsecuregcm.workers.IdleDeviceNotificationSchedulerFactory; import org.whispersystems.textsecuregcm.workers.MessagePersisterServiceCommand; @@ -371,6 +372,7 @@ public class WhisperServerService extends Application