summary refs log tree commit diff
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
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>
-rw-r--r--changelog.d/7477.doc1
-rw-r--r--synapse/config/server_notices_config.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/7477.doc b/changelog.d/7477.doc
new file mode 100644
index 0000000000..9a2d261115
--- /dev/null
+++ b/changelog.d/7477.doc
@@ -0,0 +1 @@
+Fix copy-paste error in `ServerNoticesConfig` docstring. Contributed by @ptman.
\ No newline at end of file
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):