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
matrixbot
changed the title
Dummy issue
E-mail pushers are not created during registration when non-interactive SSO registration (localpart_template) is used
Dec 22, 2023
I stumbled upon that too recently and was told, that most likely this will not be fixed for thet classic setup. However, the problem seems to be gone, when using the MAS setup. Kudos @ Ricardo, for trying out!
This issue has been migrated from #15904.
Description
synapse/handlers/register.py#L1008 need token to add email pusher.
But synapse/handlers/register.py#L392 doesn't provide any.
Steps to reproduce
enable_notifs: true
andnotif_for_new_users: true
configHomeserver
matrix.org
Synapse Version
1.87
Installation Method
Docker (matrixdotorg/synapse)
Database
Workers
Single process
Platform
Configuration
No response
Relevant log output
Anything else that would be useful to know?
The creation of email pushers should not rely on a token when registering, there is no need to track devices for them (see matrix-org/synapse#15890)
The text was updated successfully, but these errors were encountered: