diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-03-16 07:21:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 07:21:36 -0400 |
commit | 4587b35929d22731644a11120a9e7d6a9c3bc304 (patch) | |
tree | 7c7f269f750021b51842d12130980748637f1e1e /changelog.d | |
parent | Use the ignored_users table to test event visibility & sync. (#12225) (diff) | |
download | synapse-4587b35929d22731644a11120a9e7d6a9c3bc304.tar.xz |
Clean-up logic for rebasing URLs during URL preview. (#12219)
By using urljoin from the standard library and reducing the number of places URLs are rebased.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12219.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12219.misc b/changelog.d/12219.misc new file mode 100644 index 0000000000..6079414092 --- /dev/null +++ b/changelog.d/12219.misc @@ -0,0 +1 @@ +Clean-up logic around rebasing URLs for URL image previews. |