diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-09 11:35:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-09 11:35:11 -0400 |
commit | 1781bbe319ce24e8e468f0422519dc5823d8d420 (patch) | |
tree | 07dd536a9cdec4d42b939391b1ff8984e2dff43c /changelog.d | |
parent | Allow modules to create and send events into rooms (#8479) (diff) | |
download | synapse-1781bbe319ce24e8e468f0422519dc5823d8d420.tar.xz |
Add type hints to response cache. (#8507)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8507.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8507.misc b/changelog.d/8507.misc new file mode 100644 index 0000000000..724da8a996 --- /dev/null +++ b/changelog.d/8507.misc @@ -0,0 +1 @@ + Add type hints to various parts of the code base. |