From ca9434f5fb208a20c5ab86f3be7f301eb74f89c2 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Mon, 4 Dec 2023 12:33:12 +0000 Subject: deploy: 9e7f80037d08619cdd193831540d34e9ed5aacd7 --- develop/usage/configuration/config_documentation.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'develop/usage/configuration/config_documentation.html') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 965b31e136..b8a2fa0216 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -3450,6 +3450,8 @@ notices.

  • 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
  • +
  • auto_join: boolean. If true, the user will be automatically joined to the room instead of being invited. +Defaults to false. Added in Synapse 1.98.0.
  • Example configuration:

    server_notices:
    @@ -3457,6 +3459,7 @@ notices.

    system_mxid_display_name: "Server Notices" system_mxid_avatar_url: "mxc://server.com/oumMVlgDnLYFaPVkExemNVVZ" room_name: "Server Notices" + auto_join: true

    -- cgit 1.5.1