diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-03-04 10:25:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 10:25:18 +0000 |
commit | d56202b0383627fdb4e04404d62922dce16868f8 (patch) | |
tree | a192c9df8e9cb90b152ec8431920ec8135e15aa8 /synapse/state | |
parent | Avoid generating state groups for local out-of-band leaves (#12154) (diff) | |
download | synapse-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 'synapse/state')
-rw-r--r-- | synapse/state/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/synapse/state/__init__.py b/synapse/state/__init__.py |