mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
docs: Add note about the type of the default_room_version option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user