mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Merge branch 'neilj/mau_tracker' of github.com:matrix-org/synapse into neilj/disable_hs
This commit is contained in:
commit
7bcf126b18
@ -778,10 +778,7 @@ class Auth(object):
|
|||||||
def check_auth_blocking(self):
|
def check_auth_blocking(self):
|
||||||
"""Checks if the user should be rejected for some external reason,
|
"""Checks if the user should be rejected for some external reason,
|
||||||
such as monthly active user limiting or global disable flag
|
such as monthly active user limiting or global disable flag
|
||||||
Args:
|
"""
|
||||||
error (Error): The error that should be raised if user is to be
|
|
||||||
blocked
|
|
||||||
"""
|
|
||||||
if self.hs.config.hs_disabled:
|
if self.hs.config.hs_disabled:
|
||||||
raise AuthError(
|
raise AuthError(
|
||||||
403, self.hs.config.hs_disabled_message, errcode=Codes.HS_DISABLED
|
403, self.hs.config.hs_disabled_message, errcode=Codes.HS_DISABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user