merge from main

This commit is contained in:
Kenneth Kehl
2024-02-01 08:06:10 -08:00
22 changed files with 123 additions and 114 deletions

View File

@@ -123,6 +123,7 @@ def persist_notification(
elif notification_type == EMAIL_TYPE:
current_app.logger.info(f"Persisting notification with type: {EMAIL_TYPE}")
# This is typically for something like inviting a user or the 90 day email check
redis_store.set(
f"email-address-{notification.id}",
format_email_address(notification.to),