This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
E-mail pushers are not created during registration when non-interactive SSO registration (localpart_template
) is used
#15904
Labels
A-Email-Push
Email notifications
A-User-Experience
O-Frequent
Affects or can be seen by most users regularly or impacts most users' first experience
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
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 #15890)
The text was updated successfully, but these errors were encountered: