diff options
author | babolivier <babolivier@users.noreply.github.com> | 2021-07-20 10:49:48 +0000 |
---|---|---|
committer | babolivier <babolivier@users.noreply.github.com> | 2021-07-20 10:49:48 +0000 |
commit | 73984a10b1cd9a7d8b4eb622563242ef00024c88 (patch) | |
tree | 14f412b6edb7c6c1e88cd5ebf2f59825419ff152 /develop/usage | |
parent | deploy: 36dc15412de9fc1bb2ba955c8b6f2da20d2ca20f (diff) | |
download | synapse-73984a10b1cd9a7d8b4eb622563242ef00024c88.tar.xz |
deploy: a743bf46949e851c9a10d8e01a138659f3af2484
Diffstat (limited to 'develop/usage')
-rw-r--r-- | develop/usage/configuration/homeserver_sample_config.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html index d303daa415..a985897f35 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html @@ -2846,19 +2846,6 @@ stats: # action: allow -# Server admins can define a Python module that implements extra rules for -# allowing or denying incoming events. In order to work, this module needs to -# override the methods defined in synapse/events/third_party_rules.py. -# -# This feature is designed to be used in closed federations only, where each -# participating server enforces the same rules. -# -#third_party_event_rules: -# module: "my_custom_project.SuperRulesSet" -# config: -# example_option: 'things' - - ## Opentracing ## # These settings enable opentracing, which implements distributed tracing. |