Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
86965605
Unverified
Commit
86965605
authored
3 years ago
by
David Robertson
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix dead link in spam checker warning (#12231)
parent
1da0f79d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/12231.doc
+1
-0
1 addition, 0 deletions
changelog.d/12231.doc
synapse/config/spam_checker.py
+2
-2
2 additions, 2 deletions
synapse/config/spam_checker.py
with
3 additions
and
2 deletions
changelog.d/12231.doc
0 → 100644
+
1
−
0
View file @
86965605
Fix the link to the module documentation in the legacy spam checker warning message.
This diff is collapsed.
Click to expand it.
synapse/config/spam_checker.py
+
2
−
2
View file @
86965605
...
...
@@ -25,8 +25,8 @@ logger = logging.getLogger(__name__)
LEGACY_SPAM_CHECKER_WARNING
=
"""
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
supporting Synapse
'
s generic modules system is available.
For more information, please
see https://matrix-org.github.io/synapse/latest/modules.html
supporting Synapse
'
s generic modules system is available.
For more information, please
see https://matrix-org.github.io/synapse/latest/modules
/index
.html
---------------------------------------------------------------------------------------
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment