diff options
author | Erik Johnston <erik@matrix.org> | 2022-04-12 13:39:35 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-04-12 13:39:35 +0100 |
commit | 641f43ba81d4c155cf2821a7be6b499aed66e1ec (patch) | |
tree | 72e2994830773d46047d19402cf395909c20c8c2 /changelog.d/12333.bugfix | |
parent | Add some type hints to datastore (#12423) (diff) | |
download | synapse-641f43ba81d4c155cf2821a7be6b499aed66e1ec.tar.xz |
1.57.0rc1
Diffstat (limited to 'changelog.d/12333.bugfix')
-rw-r--r-- | changelog.d/12333.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/12333.bugfix b/changelog.d/12333.bugfix deleted file mode 100644 index 2c073a77d5..0000000000 --- a/changelog.d/12333.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a long-standing bug affecting URL previews that would generate a 500 response instead of a 403 if the previewed URL includes a port that isn't allowed by the relevant blacklist. |