You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backend: migrate notification translations and email ICS attachments toggles to feature flags
Move ENABLE_NOTIFICATION_TRANSLATIONS and ENABLE_EMAIL_ICS_ATTACHMENTS from
env config onto per-user feature flags (notification_translations_enabled,
email_ics_attachments_enabled, both defaulting True). Both are evaluated for
the recipient user in the notification-email job via make_background_user_context,
since that context has the user in scope; the ICS decision is threaded into
render_email_notification as a keyword argument to keep the renderer pure.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments