summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-09-26 11:47:53 +0100
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-09-26 11:47:53 +0100
commit034db2ba2115d935ce62b641b4051e477a454eac (patch)
tree547ab3e72a96cfb0c9495f22bd9263c64a686795 /changelog.d
parentMerge pull request #6098 from matrix-org/erikj/cleanup_user_ips_2 (diff)
downloadsynapse-034db2ba2115d935ce62b641b4051e477a454eac.tar.xz
Fix dummy event insertion consent bug (#6053)
Fixes #5905
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6053.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6053.bugfix b/changelog.d/6053.bugfix
new file mode 100644
index 0000000000..6311157bf6
--- /dev/null
+++ b/changelog.d/6053.bugfix
@@ -0,0 +1 @@
+Prevent exceptions being logged when extremity-cleanup events fail due to lack of user consent to the terms of service.