diff options
author | Erik Johnston <erik@matrix.org> | 2020-09-02 17:52:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 17:52:38 +0100 |
commit | 112266eafd457204a34a76fa51d7074d0809a1db (patch) | |
tree | e860525baa50d8fc0cd5e5b5c2ce7d2a9727ee92 /changelog.d | |
parent | Re-implement unread counts (again) (#8059) (diff) | |
download | synapse-112266eafd457204a34a76fa51d7074d0809a1db.tar.xz |
Add StreamStore to mypy (#8232)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8232.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8232.misc b/changelog.d/8232.misc new file mode 100644 index 0000000000..3a7a352c4f --- /dev/null +++ b/changelog.d/8232.misc @@ -0,0 +1 @@ +Add type hints to `StreamStore`. |