mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Merge branch 'neilj/admin_email' of github.com:matrix-org/synapse into neilj/fix_off_by_1+maus
This commit is contained in:
commit
bd92c8eaa7
@ -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…
Reference in New Issue
Block a user