mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Make deprecation notice of the spam checker doc more obvious (#10395)
This commit is contained in:
parent
519ec8271f
commit
3fffb71254
2 changed files with 5 additions and 2 deletions
1
changelog.d/10395.doc
Normal file
1
changelog.d/10395.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Make deprecation notice of the spam checker doc more obvious.
|
|
@ -1,6 +1,8 @@
|
|||
**Note: this page of the Synapse documentation is now deprecated. For up to date
|
||||
<h2 style="color:red">
|
||||
This page of the Synapse documentation is now deprecated. For up to date
|
||||
documentation on setting up or writing a spam checker module, please see
|
||||
[this page](https://matrix-org.github.io/synapse/develop/modules.html).**
|
||||
<a href="modules.md">this page</a>.
|
||||
</h2>
|
||||
|
||||
# Handling spam in Synapse
|
||||
|
||||
|
|
Loading…
Reference in a new issue