docs: Add note about the type of the default_room_version option

This commit is contained in:
aviac 2025-12-11 09:35:43 +01:00 committed by Ginger
parent cdc53b3421
commit f5fda01013

View file

@ -587,9 +587,13 @@
# Default room version continuwuity will create rooms with.
#
# Per spec, room version 11 is the default.
# Note that this has to be a string since the room version is a string
# rather than an integer. Using an integer without the quotes will make
# the server fail on startup!
#
#default_room_version = 11
# Per spec, room version "11" is the default.
#
#default_room_version = "11"
# Enable OpenTelemetry OTLP tracing export. This replaces the deprecated
# Jaeger exporter. Traces will be sent via OTLP to a collector (such as