diff options
author | David Robertson <davidr@element.io> | 2022-09-21 22:23:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-21 22:23:44 +0100 |
commit | 1a1abdda42551dad3aadc04a169c25f4cc651a2c (patch) | |
tree | f01a59877a3227538d71d541233b29a67b93013f /changelog.d | |
parent | Add version flag for MSC3881 (#13860) (diff) | |
download | synapse-1a1abdda42551dad3aadc04a169c25f4cc651a2c.tar.xz |
Last batch of Pydantic for synapse/rest/client/account.py (#13832)
* Validation for `/add_threepid/msisdn/submit_token` * Don't validate deprecated endpoint * Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13832.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13832.feature b/changelog.d/13832.feature new file mode 100644 index 0000000000..1dc1d66efe --- /dev/null +++ b/changelog.d/13832.feature @@ -0,0 +1 @@ +Improve validation for the unspecced, internal-only `_matrix/client/unstable/add_threepid/msisdn/submit_token` endpoint. |