summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2022-05-23 10:28:56 +0100
committerGitHub <noreply@github.com>2022-05-23 10:28:56 +0100
commitfbf904bd54071ca22c8918e0e106dd2fb008d0fb (patch)
tree15a9bec7395ad14f540576fa05ede3fad0bfda53 /changelog.d
parentSend `USER_IP` commands on a different Redis channel, in order to reduce traf... (diff)
downloadsynapse-fbf904bd54071ca22c8918e0e106dd2fb008d0fb.tar.xz
Fix media thumbnails being unusable before the index had been added in the background. (#12823)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12823.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12823.bugfix b/changelog.d/12823.bugfix
new file mode 100644
index 0000000000..1a1f5957e7
--- /dev/null
+++ b/changelog.d/12823.bugfix
@@ -0,0 +1 @@
+Fix a bug, introduced in Synapse 1.21.0, that led to media thumbnails being unusable before the index has been added in the background.