diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-02-23 16:07:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 16:07:46 -0500 |
commit | f8a584ed0259cbb3c3a51726d1008d04c26b4bd8 (patch) | |
tree | bd33166a29b47fb9ae2919377b8aaf05e858d317 /changelog.d | |
parent | Fix a typo in MSC3873 config option. (#15138) (diff) | |
download | synapse-f8a584ed0259cbb3c3a51726d1008d04c26b4bd8.tar.xz |
Stop parsing the unspecced type parameter on thumbnail requests. (#15137)
Ideally we would replace this with parsing of the Accept header or something else, but for now just make Synapse spec compliant by ignoring the unspecced parameter. It does not seem that this is ever sent by a client, and even if it is there's a reasonable fallback.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15137.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15137.removal b/changelog.d/15137.removal new file mode 100644 index 0000000000..c533b0c9dd --- /dev/null +++ b/changelog.d/15137.removal @@ -0,0 +1 @@ +Remove the undocumented and unspecced `type` parameter to the `/thumbnail` endpoint. |