diff options
author | richvdh <richvdh@users.noreply.github.com> | 2021-06-16 12:16:14 +0000 |
---|---|---|
committer | richvdh <richvdh@users.noreply.github.com> | 2021-06-16 12:16:14 +0000 |
commit | b60efa69dad9c8b1a4e2e306a59b470f10b3f670 (patch) | |
tree | 8f46cb8679d5f164d316da31c8e49e3b26c38e90 /develop/message_retention_policies.html | |
parent | deploy: 13577aa55ebe6087e8b813c0643bbb53148e9510 (diff) | |
download | synapse-b60efa69dad9c8b1a4e2e306a59b470f10b3f670.tar.xz |
deploy: 0adc2882c1a67419207a500f00c41a94be51857a
Diffstat (limited to 'develop/message_retention_policies.html')
-rw-r--r-- | develop/message_retention_policies.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/message_retention_policies.html b/develop/message_retention_policies.html index dce3d76592..c75e975b8c 100644 --- a/develop/message_retention_policies.html +++ b/develop/message_retention_policies.html @@ -224,7 +224,7 @@ clients.</p> <h2 id="server-configuration"><a class="header" href="#server-configuration">Server configuration</a></h2> <p>Support for this feature can be enabled and configured in the <code>retention</code> section of the Synapse configuration file (see the -<a href="https://github.com/matrix-org/synapse/blob/v1.7.3/docs/sample_config.yaml#L332-L393">sample file</a>).</p> +<a href="https://github.com/matrix-org/synapse/blob/v1.36.0/docs/sample_config.yaml#L451-L518">sample file</a>).</p> <p>To enable support for message retention policies, set the setting <code>enabled</code> in this section to <code>true</code>.</p> <h3 id="default-policy"><a class="header" href="#default-policy">Default policy</a></h3> @@ -249,7 +249,7 @@ expired events from the database. They are only run if support for message retention policies is enabled in the server's configuration. If no configuration for purge jobs is configured by the server admin, Synapse will use a default configuration, which is described in the -<a href="https://github.com/matrix-org/synapse/blob/master/docs/sample_config.yaml#L332-L393">sample configuration file</a>.</p> +<a href="https://github.com/matrix-org/synapse/blob/v1.36.0/docs/sample_config.yaml#L451-L518">sample configuration file</a>.</p> <p>Some server admins might want a finer control on when events are removed depending on an event's room's policy. This can be done by setting the <code>purge_jobs</code> sub-section in the <code>retention</code> section of the configuration |