mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-21 03:42:55 +03:00
typoe
This commit is contained in:
parent
865377a70d
commit
afbf4d3dcc
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ class StateGroupWorkerStore(SQLBaseStore):
|
|||
if (typ, state_key) not in results[group]
|
||||
)
|
||||
|
||||
# If the number of entries inthe (type,state_key)->event_id dict
|
||||
# If the number of entries in the (type,state_key)->event_id dict
|
||||
# matches the number of (type,state_keys) types we were searching
|
||||
# for, then we must have found them all, so no need to go walk
|
||||
# further down the tree... UNLESS our types filter contained
|
||||
|
|
Loading…
Reference in a new issue