diff options
author | Neil Johnson <neil@matrix.org> | 2019-09-26 11:47:53 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-09-26 11:47:53 +0100 |
commit | 034db2ba2115d935ce62b641b4051e477a454eac (patch) | |
tree | 547ab3e72a96cfb0c9495f22bd9263c64a686795 /changelog.d | |
parent | Merge pull request #6098 from matrix-org/erikj/cleanup_user_ips_2 (diff) | |
download | synapse-034db2ba2115d935ce62b641b4051e477a454eac.tar.xz |
Fix dummy event insertion consent bug (#6053)
Fixes #5905
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6053.bugfix | 1 |
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. |