Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Clear up doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMaul committed Nov 30, 2023
1 parent 74b6d0e commit c08beed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c08beed

Please sign in to comment.