From b496ef8d6ff25b9527919b16c8ae4671d03e7d70 Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Wed, 15 Dec 2021 13:16:32 -0500 Subject: [PATCH] Fix an issue where the deleted accounts lock client was trying to talk to the deleted accounts table --- .../org/whispersystems/textsecuregcm/WhisperServerService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java index 017ef9415..891b3b2b2 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java @@ -436,7 +436,7 @@ public class WhisperServerService extends Application