diff options
author | David Robertson <davidr@element.io> | 2022-04-08 13:06:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 13:06:51 +0100 |
commit | 95a038c1069de6c0507eb2c2d9a783c5033a70ec (patch) | |
tree | 782b33d85db7ef0b54e9e49a9d629b7675a52334 /changelog.d | |
parent | Update the server notices user profile in room if changed. (#12115) (diff) | |
download | synapse-95a038c1069de6c0507eb2c2d9a783c5033a70ec.tar.xz |
Unify HTTP query parameter type hints (#12415)
* Pull out query param types to `synapse.http.types` * Use QueryParams everywhere * Simplify `encode_query_args` * Add annotation which would have caught #12410
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12415.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12415.misc b/changelog.d/12415.misc new file mode 100644 index 0000000000..87a5bae572 --- /dev/null +++ b/changelog.d/12415.misc @@ -0,0 +1 @@ +Improve type hints related to HTTP query parameters. \ No newline at end of file |