Deprecate matrix_synapse_spam_checker in favor of matrix_synapse_modules

This commit is contained in:
Slavi Pantaleev
2023-08-26 20:09:06 +03:00
parent e03ec11fcf
commit d207edb304
3 changed files with 1 additions and 21 deletions

View File

@ -952,12 +952,6 @@ matrix_synapse_default_room_version: "10"
# The upstream default is `false`, but we try to make Synapse less wasteful of resources, so we do things differently.
matrix_synapse_forget_rooms_on_leave: true
# Controls the Synapse `spam_checker` setting.
#
# If a spam-checker extension is enabled, this variable's value is set automatically by the playbook during runtime.
# If not, you can also control its value manually.
matrix_synapse_spam_checker: []
# Controls the Synapse `modules` list.
# You can define your own list of modules here. See the `modules` syntax in `homeserver.yaml.j2`
# Certain Synapse extensions that you can enable below auto-inject themselves into `matrix_synapse_modules` at runtime.