Update the sender key feature flag.

fork-5.53.8
Greyson Parrelli 2021-06-25 17:41:43 -04:00
rodzic 58b070e6e3
commit f598c14298
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -78,7 +78,7 @@ public final class FeatureFlags {
private static final String MEDIA_QUALITY_LEVELS = "android.mediaQuality.levels";
private static final String RETRY_RECEIPT_LIFESPAN = "android.retryReceiptLifespan";
private static final String RETRY_RESPOND_MAX_AGE = "android.retryRespondMaxAge";
private static final String SENDER_KEY = "android.senderKey";
private static final String SENDER_KEY = "android.senderKey.2";
private static final String SUGGEST_SMS_BLACKLIST = "android.suggestSmsBlacklist";
/**