summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRyan Miguel <1818590+renegaderyu@users.noreply.github.com>2022-10-24 08:55:06 -0700
committerGitHub <noreply@github.com>2022-10-24 16:55:06 +0100
commit19c0e55ef7742d67cff1cb6fb7c3e862b86ea788 (patch)
treecf862e48e819cba48aaa617e6154237a58a77e9a /changelog.d
parentBump serde_json from 1.0.86 to 1.0.87 (#14279) (diff)
downloadsynapse-19c0e55ef7742d67cff1cb6fb7c3e862b86ea788.tar.xz
Return NOT_JSON if decode fails and defer set_timeline_upper_limit ca… (#14262)
* Return NOT_JSON if decode fails and defer set_timeline_upper_limit call until after check_valid_filter. Fixes #13661. Signed-off-by: Ryan Miguel <miguel.ryanj@gmail.com>.

* Reword changelog
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14262.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14262.misc b/changelog.d/14262.misc
new file mode 100644
index 0000000000..c1d23bc67d
--- /dev/null
+++ b/changelog.d/14262.misc
@@ -0,0 +1 @@
+Provide a specific error code when a `/sync` request provides a filter which doesn't represent a JSON object.