diff options
author | Timshel <Timshel@users.noreply.github.com> | 2024-05-08 15:56:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 13:56:16 +0000 |
commit | 34a8652366c60d785e5c0510749e615d0dec9ec0 (patch) | |
tree | 7ec986f3c034b9f723ba72cfd37657f5d13eac4a /changelog.d | |
parent | Update PyO3 to 0.21 (#17162) (diff) | |
download | synapse-34a8652366c60d785e5c0510749e615d0dec9ec0.tar.xz |
Optional whitespace support in Authorization (#1350) (#17145)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17145.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17145.bugfix b/changelog.d/17145.bugfix new file mode 100644 index 0000000000..5c1e600f4e --- /dev/null +++ b/changelog.d/17145.bugfix @@ -0,0 +1 @@ +Add support for optional whitespace around the Federation API's `Authorization` header's parameter commas. |