1
0

Merge pull request #6665 from matrix-org/babolivier/retention_doc_typo

* commit 'e16521faa':
  Changelog
  Fix typo in message retention policies doc
This commit is contained in:
Andrew Morgan
2020-03-20 17:01:22 +00:00
2 changed files with 2 additions and 1 deletions

1
changelog.d/6665.doc Normal file
View File

@@ -0,0 +1 @@
Add complete documentation of the message retention policies support.

View File

@@ -101,7 +101,7 @@ file. An example of such configuration could be:
interval: 2d
```
In this example, we define two jobs:
In this example, we define three jobs:
* one that runs twice a day (every 12 hours) and purges events in rooms
which policy's `max_lifetime` is lower or equal to 3 days.