diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-09-03 09:46:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 13:46:18 +0000 |
commit | 2cb85bdf7586f5094656dce6030922849fbbdb87 (patch) | |
tree | be057cff1c4ce7906593e3cd6444d3a533492d43 /changelog.d | |
parent | Additional type hints for client REST servlets (part 5) (#10736) (diff) | |
download | synapse-2cb85bdf7586f5094656dce6030922849fbbdb87.tar.xz |
Raise an error if an unknown preset is used to create a room. (#10738)
Raises a 400 error instead of a 500 if an unknown preset is passed from a client to create a room.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10738.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10738.misc b/changelog.d/10738.misc new file mode 100644 index 0000000000..cef54153dc --- /dev/null +++ b/changelog.d/10738.misc @@ -0,0 +1 @@ +Additional error checking for the `preset` field when creating a room. |