diff options
| author | Erik Johnston <erik@matrix.org> | 2021-01-14 18:57:32 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-14 18:57:32 +0000 | 
| commit | 1a08e0cdab0b3475fd4189aa1e3b6f9aaa823ccf (patch) | |
| tree | 8e0363d387ddf7ee01c92ee95cff12850fe6a588 /synapse/util/iterutils.py | |
| parent | Fix perf of get_cross_signing_keys (#9116) (diff) | |
| download | synapse-1a08e0cdab0b3475fd4189aa1e3b6f9aaa823ccf.tar.xz | |
Fix event chain bg update. (#9118)
We passed in a graph to `sorted_topologically` which didn't have an entry for each node (as we dropped nodes with no edges).
Diffstat (limited to 'synapse/util/iterutils.py')
| -rw-r--r-- | synapse/util/iterutils.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/util/iterutils.py b/synapse/util/iterutils.py  | 
