From eb80305f87b114f06f28b5254c4bc7d5b13f32e9 Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Wed, 16 Oct 2024 15:02:17 -0400 Subject: [PATCH] Retire `AttachmentControllerV3` --- .../textsecuregcm/WhisperServerService.java | 2 - .../controllers/AttachmentControllerV3.java | 66 ------------------- .../controllers/AttachmentControllerTest.java | 11 ---- 3 files changed, 79 deletions(-) delete mode 100644 service/src/main/java/org/whispersystems/textsecuregcm/controllers/AttachmentControllerV3.java diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java index fb47fc141..0b17acb97 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java @@ -111,7 +111,6 @@ import org.whispersystems.textsecuregcm.controllers.AccountControllerV2; import org.whispersystems.textsecuregcm.controllers.ArchiveController; import org.whispersystems.textsecuregcm.controllers.ArtController; import org.whispersystems.textsecuregcm.controllers.AttachmentControllerV2; -import org.whispersystems.textsecuregcm.controllers.AttachmentControllerV3; import org.whispersystems.textsecuregcm.controllers.AttachmentControllerV4; import org.whispersystems.textsecuregcm.controllers.CallLinkController; import org.whispersystems.textsecuregcm.controllers.CallRoutingController; @@ -1101,7 +1100,6 @@ public class WhisperServerService extends Application