diff options
author | reivilibre <oliverw@matrix.org> | 2022-05-23 10:28:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 10:28:56 +0100 |
commit | fbf904bd54071ca22c8918e0e106dd2fb008d0fb (patch) | |
tree | 15a9bec7395ad14f540576fa05ede3fad0bfda53 /changelog.d | |
parent | Send `USER_IP` commands on a different Redis channel, in order to reduce traf... (diff) | |
download | synapse-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.bugfix | 1 |
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. |