summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-10-12 13:15:42 -0400
committerGitHub <noreply@github.com>2021-10-12 17:15:42 +0000
commit1db9282dfa3976497d4208c1d84dd1796e529332 (patch)
tree96b12e8c8635cdebef4f73525687d80e5a862060 /changelog.d
parentFix race in `MultiWriterIdGenerator` (#11045) (diff)
downloadsynapse-1db9282dfa3976497d4208c1d84dd1796e529332.tar.xz
Fix formatting string when oEmbed errors occur. (#11061)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11061.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11061.bugfix b/changelog.d/11061.bugfix
new file mode 100644
index 0000000000..26fb643793
--- /dev/null
+++ b/changelog.d/11061.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse v1.44.0 when logging errors during oEmbed processing.