Improved email stability (#16159)

- bumps new email flows to GA improving overall email stability
This commit is contained in:
Rishabh Garg 2023-01-20 18:55:20 +05:30 committed by GitHub
parent e4d79a0bcf
commit c7230f1858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 17 deletions

View File

@ -213,19 +213,6 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Email stability</h4>
<p class="gh-expandable-description">
Use a new email sending flow that improves how email errors are handled.
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="emailStability" />
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>

View File

@ -19,14 +19,14 @@ const GA_FEATURES = [
'sourceAttribution',
'memberAttribution',
'audienceFeedback',
'themeErrorsNotification'
'themeErrorsNotification',
'emailStability'
];
// NOTE: this allowlist is meant to be used to filter out any unexpected
// input for the "labs" setting value
const BETA_FEATURES = [
'activitypub',
'emailStability'
'activitypub'
];
const ALPHA_FEATURES = [

View File

@ -654,7 +654,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": "3608",
"content-length": "3632",
"content-type": "application/json; charset=utf-8",
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,