Bumped new tiers beta features from individual flags

Tiers will soon go to GA, and these small features that were added as part of tiers beta are now ready to go live as well along with tiers GA, so we are removing their flags and bumping them as part of tiers beta.
This commit is contained in:
Rishabh 2022-03-09 16:19:10 +05:30
parent 9c64d7af81
commit 7c105d9669

View File

@ -15,6 +15,10 @@ const messages = {
// flags in this list always return `true`, allows quick global enable prior to full flag removal
const GA_FEATURES = [
'tierWelcomePages',
'tierName',
'selectablePortalLinks',
'membersTableStatus'
];
// NOTE: this allowlist is meant to be used to filter out any unexpected
@ -32,12 +36,8 @@ const ALPHA_FEATURES = [
'tweetGridCard',
'membersActivityFeed',
'improvedOnboarding',
'tierWelcomePages',
'tierName',
'membersTableStatus',
'membersLastSeenFilter',
'membersContainsFilters',
'selectablePortalLinks'
'membersContainsFilters'
];
module.exports.GA_KEYS = [...GA_FEATURES];