summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-08-13 18:00:23 +0100
committerNeil Johnson <neil@matrix.org>2018-08-14 15:11:54 +0100
commit8f9a7eb58de214cd489ba233c381521e9bf79dec (patch)
tree1a52bd9a387cfe45104d634d12855f7b65d220af /synapse/handlers
parentfix off by 1s on mau (diff)
downloadsynapse-8f9a7eb58de214cd489ba233c381521e9bf79dec.tar.xz
support admin_email config and pass through into blocking errors, return AuthError in all cases
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/register.py1
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",
         )
-