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

Fix typo in message retention policies doc
This commit is contained in:
Brendan Abolivier 2020-01-08 13:57:02 +00:00 committed by GitHub
commit e16521faab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.