mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-19 00:11:47 +01:00
make comments clearer
This commit is contained in:
parent
885ea9c602
commit
2545993ce4
1 changed files with 2 additions and 1 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…
Reference in a new issue