diff options
author | Neil Johnson <neil@matrix.org> | 2019-05-29 11:39:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-29 11:39:44 +0100 |
commit | 49a379ca47f5a7155330b23f732689a4f59780db (patch) | |
tree | b1bc6c616a803e208efc94dd6e768e6e7a432494 /synapse/config/server.py | |
parent | towncrier (diff) | |
download | synapse-49a379ca47f5a7155330b23f732689a4f59780db.tar.xz |
Update synapse/config/server.py
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'synapse/config/server.py')
-rw-r--r-- | synapse/config/server.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py index 72d644319e..8597804a5f 100644 --- a/synapse/config/server.py +++ b/synapse/config/server.py @@ -584,6 +584,7 @@ class ServerConfig(Config): #hs_disabled_limit_type: 'error code(str), to help clients decode reason' # Monthly Active User Blocking + # # Used in cases where the admin or server owner wants to limit to the # number of monthly active users. # 'mau_trial_days' is means to add a grace period for active users. It |