Only write binary ids in staging.

This commit is contained in:
Michelle Tang
2025-11-06 10:35:48 -05:00
parent 27e6ecb2a0
commit 4c00337b1a
10 changed files with 101 additions and 47 deletions

View File

@@ -175,7 +175,8 @@ public class ApplicationDependencyProvider implements AppDependencies.Provider {
SignalExecutors.newCachedBoundedExecutor("signal-messages", ThreadUtil.PRIORITY_IMPORTANT_BACKGROUND_THREAD, 1, 16, 30),
RemoteConfig.maxEnvelopeSizeBytes(),
RemoteConfig::useMessageSendRestFallback,
RemoteConfig.useBinaryId());
RemoteConfig.useBinaryId(),
BuildConfig.USE_STRING_ID);
}
@Override