summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJohannesKleine <linux@cj-k.de>2021-11-01 11:40:41 +0100
committerGitHub <noreply@github.com>2021-11-01 10:40:41 +0000
commit29ffd680bf0d0bf50383ad23404b348bf9cf90aa (patch)
treec5ada862758f6c93766db1aad67c51f72d8443fe /changelog.d
parentDeprecate user_may_create_room_with_invites (#11206) (diff)
downloadsynapse-29ffd680bf0d0bf50383ad23404b348bf9cf90aa.tar.xz
Stop synapse from saving messages in device_inbox for hidden devices. (#10097)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10097.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10097.bugfix b/changelog.d/10097.bugfix
new file mode 100644
index 0000000000..5d3d9587c2
--- /dev/null
+++ b/changelog.d/10097.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug which allowed hidden devices to receive to-device messages, resulting in unnecessary database bloat.