Inline the RecipientMergeV2 flag.

This commit is contained in:
Greyson Parrelli
2022-10-18 12:32:49 -04:00
committed by Alex Hart
parent 367ff7c75c
commit 62d5777c39
5 changed files with 44 additions and 812 deletions

View File

@@ -537,13 +537,6 @@ public final class FeatureFlags {
return giftBadgeReceiveSupport() && getBoolean(GIFT_BADGE_SEND_SUPPORT, Environment.IS_STAGING);
}
/**
* Whether or not we should use the new recipient merging strategy.
*/
public static boolean recipientMergeV2() {
return getBoolean(RECIPIENT_MERGE_V2, false);
}
/**
* Whether or not we should enable the SMS exporter
*