diff options
author | Erik Johnston <erik@matrix.org> | 2019-05-25 14:09:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-25 14:09:27 +0100 |
commit | 338dca58c094adf94a943f906fdb54ba15da7831 (patch) | |
tree | 7c0b60dff98782a8e87a942afd4a646d030a19ca /changelog.d/5257.bugfix | |
parent | Simplification to Keyring.wait_for_previous_lookups. (#5250) (diff) | |
parent | Add changelog (diff) | |
download | synapse-338dca58c094adf94a943f906fdb54ba15da7831.tar.xz |
Merge pull request #5257 from aaronraimist/fix-error-code-publicrooms
Fix error code for invalid parameter
Diffstat (limited to 'changelog.d/5257.bugfix')
-rw-r--r-- | changelog.d/5257.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5257.bugfix b/changelog.d/5257.bugfix new file mode 100644 index 0000000000..8334af9b99 --- /dev/null +++ b/changelog.d/5257.bugfix @@ -0,0 +1 @@ +Fix error code when there is an invalid parameter on /_matrix/client/r0/publicRooms |