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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
I created a few uses via the Synapse Admin API using the new threepids option to assign email addresses. I noticed though that the new users don't receive push notifications via the configured email address, despite having the notif_for_new_users configuration option set.
Steps to reproduce
run a synapse server with setting notif_for_new_users: true (the default) and a working email configuration
Description
I created a few uses via the Synapse Admin API using the new
threepids
option to assign email addresses. I noticed though that the new users don't receive push notifications via the configured email address, despite having thenotif_for_new_users
configuration option set.Steps to reproduce
notif_for_new_users: true
(the default) and a working email configurationRelevant Code Sections in v1.12.0
notif_for_new_users setting
email_notif_for_new_users check on interactive registration
missing check in user admin API somewhere around here
Version information
Homeserver: self-hosted
Version: 1.12.0
Install method: package manager
Platform: NixOS 19.03
The text was updated successfully, but these errors were encountered: