From 15698aee463bf99ac46a28ff0668e814eac09dcc Mon Sep 17 00:00:00 2001 From: Jon Chambers <63609320+jon-signal@users.noreply.github.com> Date: Wed, 27 May 2026 15:32:49 -0400 Subject: [PATCH] Wire `PaymentsGrpcService` up as an authenticated service --- .../whispersystems/textsecuregcm/WhisperServerService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java index 986c1a3a9..c16a1f424 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java @@ -992,7 +992,8 @@ public class WhisperServerService extends Application ServerInterceptors.intercept(bindableService, // Note: interceptors run in the reverse order they are added; the remote deprecation filter // depends on the user-agent context so it has to come first here! @@ -1010,7 +1011,6 @@ public class WhisperServerService extends Application