diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2024-06-19 10:05:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-19 10:05:39 +0100 |
commit | afaf2d9388f7012d0500932dad0af4bdb8d40d20 (patch) | |
tree | 621d39333de8ad990945a1fe5cd40a635bafa03a /changelog.d | |
parent | Revert "Support MSC3916 by adding a federation `/download` endpoint" (#17325) (diff) | |
download | synapse-afaf2d9388f7012d0500932dad0af4bdb8d40d20.tar.xz |
Require the 'from' parameter for `/notifications` be an integer (#17283)
Co-authored-by: Erik Johnston <erikj@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17283.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17283.bugfix b/changelog.d/17283.bugfix new file mode 100644 index 0000000000..98c1f05cc2 --- /dev/null +++ b/changelog.d/17283.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where an invalid 'from' parameter to [`/notifications`](https://spec.matrix.org/v1.10/client-server-api/#get_matrixclientv3notifications) would result in an Internal Server Error. \ No newline at end of file |