summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-10-14 12:00:52 +0100
committerGitHub <noreply@github.com>2020-10-14 12:00:52 +0100
commit3ee97a2748f64a772878b6e4d4775aed2e0534a2 (patch)
tree3fe7153c9d0a9f3795dfe0de93854e6ee61310e8 /changelog.d
parentAdd correct M_BAD_JSON error code to /profile/{userId}/displayname (#8517) (diff)
downloadsynapse-3ee97a2748f64a772878b6e4d4775aed2e0534a2.tar.xz
Make sure a retention policy is a state event (#8527)
* Make sure a retention policy is a state event

* Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8527.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8527.bugfix b/changelog.d/8527.bugfix
new file mode 100644
index 0000000000..727e0ba299
--- /dev/null
+++ b/changelog.d/8527.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in v1.7.0 that could cause Synapse to insert values from non-state `m.room.retention` events into the `room_retention` database table.