summary refs log tree commit diff
path: root/develop/usage/configuration
diff options
context:
space:
mode:
authorbabolivier <babolivier@users.noreply.github.com>2021-07-20 10:49:48 +0000
committerbabolivier <babolivier@users.noreply.github.com>2021-07-20 10:49:48 +0000
commit73984a10b1cd9a7d8b4eb622563242ef00024c88 (patch)
tree14f412b6edb7c6c1e88cd5ebf2f59825419ff152 /develop/usage/configuration
parentdeploy: 36dc15412de9fc1bb2ba955c8b6f2da20d2ca20f (diff)
downloadsynapse-73984a10b1cd9a7d8b4eb622563242ef00024c88.tar.xz
deploy: a743bf46949e851c9a10d8e01a138659f3af2484
Diffstat (limited to '')
-rw-r--r--develop/usage/configuration/homeserver_sample_config.html13
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: &quot;my_custom_project.SuperRulesSet&quot;
-#  config:
-#    example_option: 'things'
-
-
 ## Opentracing ##
 
 # These settings enable opentracing, which implements distributed tracing.