diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-06-16 14:15:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 13:15:52 +0100 |
commit | 0adc2882c1a67419207a500f00c41a94be51857a (patch) | |
tree | d4b054ab474de7421caa07082bb060283b60af08 /docs/message_retention_policies.md | |
parent | Make opentracing trace into event persistence (#10134) (diff) | |
download | synapse-0adc2882c1a67419207a500f00c41a94be51857a.tar.xz |
Fix broken links in documentation (#10180)
* Fix broken links in documentation * newsfile
Diffstat (limited to 'docs/message_retention_policies.md')
-rw-r--r-- | docs/message_retention_policies.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/message_retention_policies.md b/docs/message_retention_policies.md index 75d2028e17..ea3d46cc10 100644 --- a/docs/message_retention_policies.md +++ b/docs/message_retention_policies.md @@ -51,7 +51,7 @@ clients. Support for this feature can be enabled and configured in the `retention` section of the Synapse configuration file (see the -[sample file](https://github.com/matrix-org/synapse/blob/v1.7.3/docs/sample_config.yaml#L332-L393)). +[sample file](https://github.com/matrix-org/synapse/blob/v1.36.0/docs/sample_config.yaml#L451-L518)). To enable support for message retention policies, set the setting `enabled` in this section to `true`. @@ -87,7 +87,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 -[sample configuration file](https://github.com/matrix-org/synapse/blob/master/docs/sample_config.yaml#L332-L393). +[sample configuration file](https://github.com/matrix-org/synapse/blob/v1.36.0/docs/sample_config.yaml#L451-L518). 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 |