diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-03-10 21:26:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 21:26:55 +0100 |
commit | 42ac4ca47709a4a9fb8b71a60c4b92cc615b0908 (patch) | |
tree | 16c24395352b71463ab727c2696b5b03cfcbabd6 /synapse | |
parent | lint, fix tests (diff) | |
download | synapse-42ac4ca47709a4a9fb8b71a60c4b92cc615b0908.tar.xz |
Update synapse/config/registration.py
Co-Authored-By: Brendan Abolivier <github@brendanabolivier.com>
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/config/registration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/registration.py b/synapse/config/registration.py index d4897ec9b6..ee737eb40d 100644 --- a/synapse/config/registration.py +++ b/synapse/config/registration.py @@ -335,7 +335,7 @@ class RegistrationConfig(Config): #msisdn: http://localhost:8090 # Delegate SMS sending to this local process # If disabled, don't let users set their own display names/avatars - # other than for the very first time (unless they are a server admin). + # (unless they are a server admin) other than for the very first time. # Useful when provisioning users based on the contents of a 3rd party # directory and to avoid ambiguities. # |