Added filter to filter members by email disabled

fixes GRO-23

Co-authored-by: Djordje Vlaisavljevic <dzvlais@gmail.com>
Co-authored-by: Sag <guptazy@gmail.com>
This commit is contained in:
Simon Backx 2023-11-16 18:53:49 +01:00 committed by Simon Backx
parent 69ee4a5ff5
commit 32d0d2b293
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,8 @@ const GA_FEATURES = [
'signupForm',
'recommendations',
'editorEmojiPicker',
'listUnsubscribeHeader'
'listUnsubscribeHeader',
'filterEmailDisabled'
];
// NOTE: this allowlist is meant to be used to filter out any unexpected
@ -45,8 +46,7 @@ const ALPHA_FEATURES = [
'importMemberTier',
'lexicalIndicators',
'editorEmojiPicker',
'adminXOffers',
'filterEmailDisabled'
'adminXOffers'
];
module.exports.GA_KEYS = [...GA_FEATURES];

View File

@ -758,7 +758,7 @@ exports[`Settings API Edit Can edit a setting 2: [headers] 1`] = `
Object {
"access-control-allow-origin": "http://127.0.0.1:2369",
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
"content-length": "4338",
"content-length": "4367",
"content-type": "application/json; charset=utf-8",
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,