diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-10-29 19:43:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 13:43:51 -0400 |
commit | bfd7a9b65c5e092c6a7ccdd46e59a278b1cbbd57 (patch) | |
tree | 1b9a21ddba51bd49fa265fe6d2fef6fa40e66d87 /changelog.d | |
parent | Add a module API method to retrieve state from a room (#11204) (diff) | |
download | synapse-bfd7a9b65c5e092c6a7ccdd46e59a278b1cbbd57.tar.xz |
Fix comments referencing v1.46.0 from PR #10969. (#11212)
#10969 was merged after 1.46.0rc1 was cut and will be included in v1.47.0rc1 instead.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11212.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11212.bugfix b/changelog.d/11212.bugfix new file mode 100644 index 0000000000..ba6efab25b --- /dev/null +++ b/changelog.d/11212.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where messages in the `device_inbox` table for deleted devices would persist indefinitely. Contributed by @dklimpel and @JohannesKleine. \ No newline at end of file |