mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-13 21:41:30 +01:00
Fix copypasted comment (#7477)
Signed-off-by: Paul Tötterman <paul.totterman@iki.fi>
This commit is contained in:
parent
18c1e52d82
commit
46cb2550bb
2 changed files with 2 additions and 1 deletions
1
changelog.d/7477.doc
Normal file
1
changelog.d/7477.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix copy-paste error in `ServerNoticesConfig` docstring. Contributed by @ptman.
|
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue