mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-23 12:29:30 -05:00
Fix dead link in spam checker warning (#12231)
This commit is contained in:
parent
1da0f79d54
commit
86965605a4
1
changelog.d/12231.doc
Normal file
1
changelog.d/12231.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix the link to the module documentation in the legacy spam checker warning message.
|
@ -25,8 +25,8 @@ logger = logging.getLogger(__name__)
|
|||||||
LEGACY_SPAM_CHECKER_WARNING = """
|
LEGACY_SPAM_CHECKER_WARNING = """
|
||||||
This server is using a spam checker module that is implementing the deprecated spam
|
This server is using a spam checker module that is implementing the deprecated spam
|
||||||
checker interface. Please check with the module's maintainer to see if a new version
|
checker interface. Please check with the module's maintainer to see if a new version
|
||||||
supporting Synapse's generic modules system is available.
|
supporting Synapse's generic modules system is available. For more information, please
|
||||||
For more information, please see https://matrix-org.github.io/synapse/latest/modules.html
|
see https://matrix-org.github.io/synapse/latest/modules/index.html
|
||||||
---------------------------------------------------------------------------------------"""
|
---------------------------------------------------------------------------------------"""
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user