mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update homeserver.yaml
edit config to match the getter/setter usage
This commit is contained in:
parent
50b41da1dc
commit
544d5b84f5
1 changed files with 3 additions and 3 deletions
|
@ -1272,8 +1272,8 @@ enable_registration: __ENABLE_REGISTRATION__
|
||||||
# The user must provide all of the below types of 3PID when registering.
|
# The user must provide all of the below types of 3PID when registering.
|
||||||
#
|
#
|
||||||
registrations_require_3pid:
|
registrations_require_3pid:
|
||||||
- __REGISTRATIONS_REQUIRE_3PID__
|
- email
|
||||||
# - msisdn
|
# - msisdn
|
||||||
|
|
||||||
# Explicitly disable asking for MSISDNs from the registration
|
# Explicitly disable asking for MSISDNs from the registration
|
||||||
# flow (overrides registrations_require_3pid if MSISDNs are set as required)
|
# flow (overrides registrations_require_3pid if MSISDNs are set as required)
|
||||||
|
@ -1393,7 +1393,7 @@ account_threepid_delegates:
|
||||||
# room. The join rule of the room must be set to 'public'.
|
# room. The join rule of the room must be set to 'public'.
|
||||||
#
|
#
|
||||||
auto_join_rooms:
|
auto_join_rooms:
|
||||||
- "__AUTO_JOIN_ROOMS__"
|
- "#example:example.com"
|
||||||
|
|
||||||
# Where auto_join_rooms are specified, setting this flag ensures that the
|
# Where auto_join_rooms are specified, setting this flag ensures that the
|
||||||
# the rooms exist by creating them when the first user on the
|
# the rooms exist by creating them when the first user on the
|
||||||
|
|
Loading…
Reference in a new issue