summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-09-16 16:16:05 +0100
committerGitHub <noreply@github.com>2022-09-16 16:16:05 +0100
commitd64e85197af31f5642f64ae1d86f5a0c74050fec (patch)
tree054f92084df7fe656243567f7311775444c1c056 /changelog.d
parentcomplement: init postgres DB directly inside the target image (#13819) (diff)
downloadsynapse-d64e85197af31f5642f64ae1d86f5a0c74050fec.tar.xz
Remove error spam when users query the keys of departed remote users (#13826)
The error message introduced in #13749 has turned out to be very spammy.
Remove it for now.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13826.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13826.bugfix b/changelog.d/13826.bugfix
new file mode 100644
index 0000000000..8ffafec07b
--- /dev/null
+++ b/changelog.d/13826.bugfix
@@ -0,0 +1 @@
+Fix a long standing bug where device lists would remain cached when remote users left and rejoined the last room shared with the local homeserver.