mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-13 16:32:04 +02:00
Update register.py
remove comments
This commit is contained in:
parent
1f24d8681b
commit
99ebaed8e6
@ -535,13 +535,3 @@ class RegistrationHandler(BaseHandler):
|
|||||||
action="join",
|
action="join",
|
||||||
)
|
)
|
||||||
|
|
||||||
# @defer.inlineCallbacks
|
|
||||||
# def _s(self):
|
|
||||||
# """
|
|
||||||
# Do not accept registrations if monthly active user limits exceeded
|
|
||||||
# and limiting is enabled
|
|
||||||
# """
|
|
||||||
# try:
|
|
||||||
# yield self.auth.check_auth_blocking()
|
|
||||||
# except AuthError as e:
|
|
||||||
# raise RegistrationError(e.code, str(e), e.errcode)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user