diff options
author | Neil Johnson <neil@matrix.org> | 2018-08-13 18:00:23 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-08-14 15:11:54 +0100 |
commit | 8f9a7eb58de214cd489ba233c381521e9bf79dec (patch) | |
tree | 1a52bd9a387cfe45104d634d12855f7b65d220af /synapse | |
parent | fix off by 1s on mau (diff) | |
download | synapse-8f9a7eb58de214cd489ba233c381521e9bf79dec.tar.xz |
support admin_email config and pass through into blocking errors, return AuthError in all cases
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/register.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/register.py b/synapse/handlers/register.py index 54e3434928..f03ee1476b 100644 --- a/synapse/handlers/register.py +++ b/synapse/handlers/register.py @@ -534,4 +534,3 @@ class RegistrationHandler(BaseHandler): remote_room_hosts=remote_room_hosts, action="join", ) - |