0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-25 05:58:21 +02:00

Fix copypasted comment (#7477)

Signed-off-by: Paul Tötterman <paul.totterman@iki.fi>
This commit is contained in:
Paul Tötterman 2020-05-13 18:55:43 +03:00 committed by GitHub
parent 18c1e52d82
commit 46cb2550bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/7477.doc Normal file
View file

@ -0,0 +1 @@
Fix copy-paste error in `ServerNoticesConfig` docstring. Contributed by @ptman.

View file

@ -51,7 +51,7 @@ class ServerNoticesConfig(Config):
None if server notices are not enabled. None if server notices are not enabled.
server_notices_mxid_avatar_url (str|None): 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. None if server notices are not enabled.
server_notices_room_name (str|None): server_notices_room_name (str|None):