You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: docs/usage/configuration/config_documentation.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -3837,16 +3837,22 @@ Sub-options for this setting include:
3837
3837
* `system_mxid_display_name`: set the display name of the "notices" user
3838
3838
* `system_mxid_avatar_url`: set the avatar for the "notices" user
3839
3839
* `room_name`: set the room name of the server notices room
3840
+
* `room_avatar_url`: optional string. The room avatar to use for server notice rooms. If set to the empty string `""`, notice rooms will not be given an avatar. Defaults to the empty string. _Added in Synapse 1.99.0._
3841
+
* `room_topic`: optional string. The topic to use for server notice rooms. If set to the empty string `""`, notice rooms will not be given a topic. Defaults to the empty string. _Added in Synapse 1.99.0._
3840
3842
* `auto_join`: boolean. If true, the user will be automatically joined to the room instead of being invited.
3841
3843
Defaults to false. _Added in Synapse 1.98.0._
3842
3844
3845
+
Note that the name, topic and avatar of existing server notice rooms will only be updated when a new notice event is sent.
0 commit comments