Cycle rx message sending flag.

This commit is contained in:
Cody Henthorne 2024-04-18 15:45:47 -04:00 committed by Greyson Parrelli
parent d74260b536
commit ee58d47926

View file

@ -123,7 +123,7 @@ public final class FeatureFlags {
private static final String RETRY_RECEIPT_MAX_COUNT_RESET_AGE = "android.retryReceipt.maxCountResetAge";
private static final String PREKEY_FORCE_REFRESH_INTERVAL = "android.prekeyForceRefreshInterval";
private static final String CDSI_LIBSIGNAL_NET = "android.cds.libsignal.3";
private static final String RX_MESSAGE_SEND = "android.rxMessageSend";
private static final String RX_MESSAGE_SEND = "android.rxMessageSend.2";
private static final String LINKED_DEVICE_LIFESPAN_SECONDS = "android.linkedDeviceLifespanSeconds";
private static final String MESSAGE_BACKUPS = "android.messageBackups";
private static final String CAMERAX_CUSTOM_CONTROLLER = "android.cameraXCustomController";