mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 19:15:51 +03:00
lint2
This commit is contained in:
parent
ce460dc31c
commit
20545a2199
2 changed files with 4 additions and 4 deletions
|
@ -1062,8 +1062,8 @@ account_threepid_delegates:
|
||||||
# Useful when provisioning users based on the contents of a 3rd party
|
# Useful when provisioning users based on the contents of a 3rd party
|
||||||
# directory and to avoid ambiguities.
|
# directory and to avoid ambiguities.
|
||||||
#
|
#
|
||||||
#disable_set_displayname: False
|
#disable_set_displayname: false
|
||||||
#disable_set_avatar_url: False
|
#disable_set_avatar_url: false
|
||||||
|
|
||||||
# Users who register on this homeserver will automatically be joined
|
# Users who register on this homeserver will automatically be joined
|
||||||
# to these rooms
|
# to these rooms
|
||||||
|
|
|
@ -338,8 +338,8 @@ class RegistrationConfig(Config):
|
||||||
# Useful when provisioning users based on the contents of a 3rd party
|
# Useful when provisioning users based on the contents of a 3rd party
|
||||||
# directory and to avoid ambiguities.
|
# directory and to avoid ambiguities.
|
||||||
#
|
#
|
||||||
#disable_set_displayname: False
|
#disable_set_displayname: false
|
||||||
#disable_set_avatar_url: False
|
#disable_set_avatar_url: false
|
||||||
|
|
||||||
# Users who register on this homeserver will automatically be joined
|
# Users who register on this homeserver will automatically be joined
|
||||||
# to these rooms
|
# to these rooms
|
||||||
|
|
Loading…
Reference in a new issue