diff options
author | David Robertson <davidr@element.io> | 2022-10-17 13:39:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 13:39:12 +0100 |
commit | ccce8cdfc5e567b5b905b58e82a1d725f2647524 (patch) | |
tree | 51b6cafa9ea29b16ca32d9ef5506bddee91e7436 /changelog.d | |
parent | Invalidate rooms for user caches when receiving membership events (#14155) (diff) | |
download | synapse-ccce8cdfc5e567b5b905b58e82a1d725f2647524.tar.xz |
Use Pydantic when PUTting room aliases (#14179)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14179.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14179.feature b/changelog.d/14179.feature new file mode 100644 index 0000000000..48f2db91d3 --- /dev/null +++ b/changelog.d/14179.feature @@ -0,0 +1 @@ +Improve the validation of the following PUT endpoints: [`/directory/room/{roomAlias}`](https://spec.matrix.org/v1.4/client-server-api/#put_matrixclientv3directoryroomroomalias), [`/directory/list/room/{roomId}`](https://spec.matrix.org/v1.4/client-server-api/#put_matrixclientv3directorylistroomroomid) and [`/directory/list/appservice/{networkId}/{roomId}`](https://spec.matrix.org/v1.4/application-service-api/#put_matrixclientv3directorylistappservicenetworkidroomid). |