Browse Source

Phrase title a bit better

Brendan Abolivier 3 years ago
parent
commit
939df5a207
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      content/matrix-retention-policies.md

+ 1
- 1
content/matrix-retention-policies.md View File

@@ -1,5 +1,5 @@
1 1
 ---
2
-title: Implementing message retention policies in Matrix
2
+title: Implementing support for message retention policies in Matrix
3 3
 description: As part of my work in the Matrix core team, I got to implement an actively requested feature, i.e. support for message retention policies, in Synapse (the reference Matrix homeserver implementation). In this post, I give you a peek at what the feature does, how it works, and how it's currently implemented in Synapse.
4 4
 tags: [ 'matrix', 'synapse', 'free', 'software', 'decentralisation', 'federation', 'communications', 'retention', 'policy', 'message' ]
5 5
 publishDate: 2021-01-11T00:00:00+02:00