summary refs log tree commit diff
path: root/synapse/config/registration.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2017-10-17 10:13:13 +0100
committerDavid Baker <dave@matrix.org>2017-10-17 10:13:13 +0100
commita9c2e930ac455db13ce37a90b3ff0d93c0d1ea43 (patch)
treed0a56e7c656b7f04e4a18a2791b500840f57babd /synapse/config/registration.py
parentAdd config option to auto-join new users to rooms (diff)
downloadsynapse-a9c2e930ac455db13ce37a90b3ff0d93c0d1ea43.tar.xz
pep8
Diffstat (limited to 'synapse/config/registration.py')
-rw-r--r--synapse/config/registration.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/config/registration.py b/synapse/config/registration.py
index 9e2a6d1ae5..ef917fc9f2 100644
--- a/synapse/config/registration.py
+++ b/synapse/config/registration.py
@@ -73,7 +73,8 @@ class RegistrationConfig(Config):
             - vector.im
             - riot.im
 
-        # Users who register on this homeserver will automatically be joined to these rooms
+        # Users who register on this homeserver will automatically be joined
+        # to these rooms
         #auto_join_rooms:
         #    - "#example:example.com"
         """ % locals()