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