summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-11-12 15:58:17 +0000
committerGitHub <noreply@github.com>2021-11-12 15:58:17 +0000
commit6f8f3d4bc5283abdbc52f7376975d7f3bacfe159 (patch)
tree80e4daab9128a4ee32d75e1a40b3f595ddd71a55 /changelog.d
parentMisc typing fixes for `tests`, part 1 of N (#11323) (diff)
downloadsynapse-6f8f3d4bc5283abdbc52f7376975d7f3bacfe159.tar.xz
Attempt to annotate events_forward_extremities (#11314)
* Make DataStore inherit from EventForwardExtremitiesStore before CacheInvalidationWorkerStore

the former implicitly inherits from the latter, so they should be
ordered like this when used.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11314.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11314.misc b/changelog.d/11314.misc
new file mode 100644
index 0000000000..86594a332d
--- /dev/null
+++ b/changelog.d/11314.misc
@@ -0,0 +1 @@
+Add type hints to storage classes.