diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-10-12 13:15:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 17:15:42 +0000 |
commit | 1db9282dfa3976497d4208c1d84dd1796e529332 (patch) | |
tree | 96b12e8c8635cdebef4f73525687d80e5a862060 /changelog.d | |
parent | Fix race in `MultiWriterIdGenerator` (#11045) (diff) | |
download | synapse-1db9282dfa3976497d4208c1d84dd1796e529332.tar.xz |
Fix formatting string when oEmbed errors occur. (#11061)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11061.bugfix | 1 |
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. |