summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorPaul Tötterman <ptman@users.noreply.github.com>2020-05-13 18:55:43 +0300
committerGitHub <noreply@github.com>2020-05-13 16:55:43 +0100
commit46cb2550bbb7cec950948be5c48d81b3efa9df56 (patch)
tree0d39236e33e7d6a5b650df82458a8e00ddb4b3c8 /synapse/config
parentClean up replication unit tests. (#7490) (diff)
downloadsynapse-46cb2550bbb7cec950948be5c48d81b3efa9df56.tar.xz
Fix copypasted comment (#7477)
Signed-off-by: Paul Tötterman <paul.totterman@iki.fi>
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/server_notices_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/server_notices_config.py b/synapse/config/server_notices_config.py
index 6ea2ea8869..6c427b6f92 100644
--- a/synapse/config/server_notices_config.py
+++ b/synapse/config/server_notices_config.py
@@ -51,7 +51,7 @@ class ServerNoticesConfig(Config):
             None if server notices are not enabled.
 
         server_notices_mxid_avatar_url (str|None):
-            The display name to use for the server notices user.
+            The MXC URL for the avatar of the server notices user.
             None if server notices are not enabled.
 
         server_notices_room_name (str|None):