summary refs log tree commit diff
path: root/docs/usage/configuration
diff options
context:
space:
mode:
authorAndrew Ferrazzutti <andrewf@element.io>2024-09-23 08:33:48 -0400
committerGitHub <noreply@github.com>2024-09-23 13:33:48 +0100
commit5173741c71b42f36ea7fc169f38c53466e660a01 (patch)
treee45545bc0e9d413af745ef6d123e0205de26a67a /docs/usage/configuration
parentSpeed up sorting of sliding sync rooms in initial request (#17734) (diff)
downloadsynapse-5173741c71b42f36ea7fc169f38c53466e660a01.tar.xz
Support MSC4140: Delayed events (Futures) (#17326)
Diffstat (limited to 'docs/usage/configuration')
-rw-r--r--docs/usage/configuration/config_documentation.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md

index 282b59dec9..f51924f064 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md
@@ -761,6 +761,19 @@ email: password_reset: "[%(server_name)s] Password reset" email_validation: "[%(server_name)s] Validate your email" ``` +--- +### `max_event_delay_duration` + +The maximum allowed duration by which sent events can be delayed, as per +[MSC4140](https://github.com/matrix-org/matrix-spec-proposals/pull/4140). +Must be a positive value if set. + +Defaults to no duration (`null`), which disallows sending delayed events. + +Example configuration: +```yaml +max_event_delay_duration: 24h +``` ## Homeserver blocking Useful options for Synapse admins.