diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-02-12 18:14:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 18:14:10 +0000 |
commit | d8994942f28f5028e560f6aba52512fae3ca1a6a (patch) | |
tree | 7f2dcaab240436d3d0850fac778787469b6388c9 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-d8994942f28f5028e560f6aba52512fae3ca1a6a.tar.xz |
Return a 404 for admin api user lookup if user not found (#6901)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6901.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6901.misc b/changelog.d/6901.misc new file mode 100644 index 0000000000..b2f12bbe86 --- /dev/null +++ b/changelog.d/6901.misc @@ -0,0 +1 @@ +Return a 404 instead of 200 for querying information of a non-existant user through the admin API. \ No newline at end of file |