diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 92e67cd3ac..53dfce89ee 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -109,7 +109,7 @@ config = { ## Backend stuff ## {% if env == 'staging' %} - "fmn.backends": ["irc", "android"], + "fmn.backends": ["email", "irc", "android"], {% else %} "fmn.backends": ["email", "irc"], # android is disabled. {% endif %}