diff options
author | JohannesKleine <linux@cj-k.de> | 2021-11-01 11:40:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 10:40:41 +0000 |
commit | 29ffd680bf0d0bf50383ad23404b348bf9cf90aa (patch) | |
tree | c5ada862758f6c93766db1aad67c51f72d8443fe /changelog.d | |
parent | Deprecate user_may_create_room_with_invites (#11206) (diff) | |
download | synapse-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.bugfix | 1 |
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. |