diff options
author | Erik Johnston <erik@matrix.org> | 2021-04-26 16:30:42 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-04-26 16:35:34 +0100 |
commit | a99c692906b04301608e95769666def7bf6c79a1 (patch) | |
tree | 003bb07b6b02d39de0075e536dc167735b29eed1 /changelog.d/9876.misc | |
parent | Newsfile (diff) | |
parent | Reduce memory footprint of caches (diff) | |
download | synapse-a99c692906b04301608e95769666def7bf6c79a1.tar.xz |
Merge branch 'erikj/reduce_size_of_cache' into erikj/merge_cache_prs github/erikj/merge_cache_prs erikj/merge_cache_prs
Diffstat (limited to 'changelog.d/9876.misc')
-rw-r--r-- | changelog.d/9876.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9876.misc b/changelog.d/9876.misc new file mode 100644 index 0000000000..28390e32e6 --- /dev/null +++ b/changelog.d/9876.misc @@ -0,0 +1 @@ +Add type hints to `synapse.api.auth` and `synapse.api.auth_blocking` modules. |