diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-06-17 08:36:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 08:36:46 -0400 |
commit | 434716e1d33ec7ba772177f6659263539d68603f (patch) | |
tree | f23cd36060ed4cd325b64e4e33b745d3361e6dc9 /changelog.d | |
parent | Implement unread counter (MSC2625) (#7673) (diff) | |
download | synapse-434716e1d33ec7ba772177f6659263539d68603f.tar.xz |
Fetch from the r0 media path instead of the unspecced v1. (#7714)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7714.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7714.bugfix b/changelog.d/7714.bugfix new file mode 100644 index 0000000000..78925d94d1 --- /dev/null +++ b/changelog.d/7714.bugfix @@ -0,0 +1 @@ +Synapse will now fetch media from the proper specified URL (using the r0 prefix instead of the unspecified v1). |