summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-03-18 16:24:18 +0100
committerGitHub <noreply@github.com>2022-03-18 15:24:18 +0000
commitc46065fa3d6ad000f5da6e196c769371e0e76ec5 (patch)
treecd94402265dca091db603035d1b074fcec0f461b /changelog.d
parentCorrect `check_username_for_spam` annotations and docs (#12246) (diff)
downloadsynapse-c46065fa3d6ad000f5da6e196c769371e0e76ec5.tar.xz
Add some type hints to datastore (#12248)
* inherit `MonthlyActiveUsersStore` from `RegistrationWorkerStore`

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12248.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12248.misc b/changelog.d/12248.misc
new file mode 100644
index 0000000000..2b1290d1e1
--- /dev/null
+++ b/changelog.d/12248.misc
@@ -0,0 +1 @@
+Add missing type hints for storage.
\ No newline at end of file