diff options
author | David Robertson <davidr@element.io> | 2022-09-07 12:16:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 12:16:10 +0100 |
commit | b58386e37e30e920332e4b04011b528a66a39fad (patch) | |
tree | e1fc845196b649e8819aee5fe002a4331c4f6c2f /changelog.d | |
parent | Cancel the processing of key query requests when they time out. (#13680) (diff) | |
download | synapse-b58386e37e30e920332e4b04011b528a66a39fad.tar.xz |
A second batch of Pydantic models for rest/client/account.py (#13687)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13687.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13687.feature b/changelog.d/13687.feature new file mode 100644 index 0000000000..dac53ec122 --- /dev/null +++ b/changelog.d/13687.feature @@ -0,0 +1 @@ +Improve validation of request bodies for the following client-server API endpoints: [`/account/3pid/msisdn/requestToken`](https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3account3pidmsisdnrequesttoken) and [`/org.matrix.msc3720/account_status`](https://github.com/matrix-org/matrix-spec-proposals/blob/babolivier/user_status/proposals/3720-account-status.md#post-_matrixclientv1account_status). \ No newline at end of file |