Fix copypasted comment (#7477)
Signed-off-by: Paul Tötterman <paul.totterman@iki.fi>
This commit is contained in:
parent
18c1e52d82
commit
46cb2550bb
|
@ -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 New Issue