off needs to be quoted
This commit is contained in:
parent
ba6844f733
commit
039bc05d9a
1 changed files with 1 additions and 1 deletions
|
@ -2171,7 +2171,7 @@ spam_checker:
|
||||||
# Note that this option will only affect rooms created after it is set. It
|
# Note that this option will only affect rooms created after it is set. It
|
||||||
# will also not affect rooms created by other servers.
|
# will also not affect rooms created by other servers.
|
||||||
#
|
#
|
||||||
encryption_enabled_by_default_for_room_type: off
|
encryption_enabled_by_default_for_room_type: "off"
|
||||||
|
|
||||||
|
|
||||||
# Uncomment to allow non-server-admin users to create groups on this server
|
# Uncomment to allow non-server-admin users to create groups on this server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue