mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 08:12:20 -04:00
Merge branch 'develop' of github.com:matrix-org/synapse into neilj/fix_off_by_1+maus
This commit is contained in:
commit
b586b8b986
5 changed files with 6 additions and 4 deletions
|
@ -780,7 +780,8 @@ class Auth(object):
|
|||
such as monthly active user limiting or global disable flag
|
||||
|
||||
Args:
|
||||
user_id(str): If present, checks for presence against existing MAU cohort
|
||||
user_id(str|None): If present, checks for presence against existing
|
||||
MAU cohort
|
||||
"""
|
||||
if self.hs.config.hs_disabled:
|
||||
raise AuthError(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue