diff options
author | David Robertson <davidr@element.io> | 2022-11-18 19:56:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-18 19:56:42 +0000 |
commit | e1b15f25f3ad4b45b381544ca6b3cd2caf43d25d (patch) | |
tree | 1e90b1de80aee13ffbf80400435b2d5b617cc545 /changelog.d/14490.misc | |
parent | Reduce default third party invite rate limit to 216 invites per day (#14487) (diff) | |
download | synapse-e1b15f25f3ad4b45b381544ca6b3cd2caf43d25d.tar.xz |
Fix /key/v2/server calls with URL-unsafe key IDs (#14490)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d/14490.misc')
-rw-r--r-- | changelog.d/14490.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14490.misc b/changelog.d/14490.misc new file mode 100644 index 0000000000..c0a4daa885 --- /dev/null +++ b/changelog.d/14490.misc @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 0.9 where it would fail to fetch server keys whose IDs contain a forward slash. |