From 76fca1730eff408877a6028185f0f696c96a1968 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 3 May 2018 11:46:11 +0100 Subject: [PATCH] fix defaults in example config --- synapse/config/registration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synapse/config/registration.py b/synapse/config/registration.py index cbc1d3d00..4a4de661e 100644 --- a/synapse/config/registration.py +++ b/synapse/config/registration.py @@ -126,8 +126,8 @@ class RegistrationConfig(Config): # Useful when provisioning users based on the contents of a 3rd party # directory and to avoid ambiguities. # - # disable_set_displayname: True - # disable_set_avatar_url: True + # disable_set_displayname: False + # disable_set_avatar_url: False # Users who register on this homeserver will automatically be joined # to these rooms