diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-11-02 14:18:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 13:18:30 +0000 |
commit | 4535532526581834ab798996ffe73f6d19c25123 (patch) | |
tree | d9851bcf1f77d2e10509b803960685f6b7b3a1ab /changelog.d | |
parent | Fix providing a `RoomStreamToken` instance to `_notify_app_services_ephemeral... (diff) | |
download | synapse-4535532526581834ab798996ffe73f6d19c25123.tar.xz |
Delete messages for hidden devices from `device_inbox` (#11199)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11199.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11199.bugfix b/changelog.d/11199.bugfix new file mode 100644 index 0000000000..dc3ea8d515 --- /dev/null +++ b/changelog.d/11199.bugfix @@ -0,0 +1 @@ +Delete `to_device` messages for hidden devices that will never be read, reducing database size. \ No newline at end of file |