diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-02-11 17:38:27 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-02-11 17:38:27 +0000 |
commit | 705c978366146e85280af0dcf216e78d521352a3 (patch) | |
tree | d2de8cfd4d0302e5223dabbf616cd6ebdc84c386 | |
parent | Spell out that Synapse never purges the last event sent in a room (diff) | |
download | synapse-705c978366146e85280af0dcf216e78d521352a3.tar.xz |
Changelog
-rw-r--r-- | changelog.d/6891.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6891.doc b/changelog.d/6891.doc new file mode 100644 index 0000000000..f3afbbccda --- /dev/null +++ b/changelog.d/6891.doc @@ -0,0 +1 @@ +Spell out that the last event sent to a room won't be deleted by the purge jobs for the message retention policies support. |