diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-05-23 17:43:30 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-05-23 17:43:30 +0100 |
commit | 9bf4b2bda343dcbdba7b0e9d752bc560f8e344fd (patch) | |
tree | af04617ba94617b47934773bceb852334a6b5b82 /docs/server_notices.md | |
parent | Merge docs on consent bits from PR #3268 into release branch (diff) | |
download | synapse-9bf4b2bda343dcbdba7b0e9d752bc560f8e344fd.tar.xz |
Allow overriding the server_notices user's avatar
probably should have done this in the first place, like @turt2live suggested.
Diffstat (limited to 'docs/server_notices.md')
-rw-r--r-- | docs/server_notices.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/server_notices.md b/docs/server_notices.md index 8e18e3d95d..221553b24d 100644 --- a/docs/server_notices.md +++ b/docs/server_notices.md @@ -44,13 +44,16 @@ section, which should look like this: server_notices: system_mxid_localpart: server system_mxid_display_name: "Server Notices" + system_mxid_avatar_url: "mxc://server.com/oumMVlgDnLYFaPVkExemNVVZ" room_name: "Server Notices" ``` The only compulsory setting is `system_mxid_localpart`, which defines the user -id of the server notices user, as above. `system_mxid_display_name` and -`room_name` define the displayname of the system notices user, and of -the notices room, respectively. +id of the Server Notices user, as above. `room_name` defines the name of the +room which will be created. + +`system_mxid_display_name` and `system_mxid_avatar_url` can be used to set the +displayname and avatar of the Server Notices user. Sending notices --------------- |