From c08beed91bd2074f0a31abfd2a4618d8ff8d855c Mon Sep 17 00:00:00 2001 From: Mathieu Velten Date: Thu, 30 Nov 2023 16:04:18 +0100 Subject: [PATCH] Clear up doc --- docs/usage/configuration/config_documentation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index e4182282f307..1591b42054ec 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -3815,8 +3815,10 @@ Sub-options for this setting include: * `system_mxid_display_name`: set the display name of the "notices" user * `system_mxid_avatar_url`: set the avatar for the "notices" user * `room_name`: set the room name of the server notices room -* `room_avatar_url`: set the room avatar URL of the server notices room -* `room_topic`: set the room topic of the server notices room +* `room_avatar_url`: set the room avatar of the server notices room _Added in Synapse 1.98.0._ +* `room_topic`: set the room topic of the server notices room _Added in Synapse 1.98.0._ + +Note that it will only be updated when a new notice event is sent. Example configuration: ```yaml