summary refs log tree commit diff
path: root/changelog.d/12156.misc
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-03-04 10:25:18 +0000
committerGitHub <noreply@github.com>2022-03-04 10:25:18 +0000
commitd56202b0383627fdb4e04404d62922dce16868f8 (patch)
treea192c9df8e9cb90b152ec8431920ec8135e15aa8 /changelog.d/12156.misc
parentAvoid generating state groups for local out-of-band leaves (#12154) (diff)
downloadsynapse-d56202b0383627fdb4e04404d62922dce16868f8.tar.xz
Fix type of `events` in `StateGroupStorage` and `StateHandler` (#12156)
We make multiple passes over this, so a regular iterable won't do.
Diffstat (limited to 'changelog.d/12156.misc')
-rw-r--r--changelog.d/12156.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12156.misc b/changelog.d/12156.misc
new file mode 100644
index 0000000000..4818d988d7
--- /dev/null
+++ b/changelog.d/12156.misc
@@ -0,0 +1 @@
+Fix some type annotations.