0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-24 02:29:00 +02:00
This commit is contained in:
Matthew Hodgson 2018-03-13 19:48:04 +00:00
parent 865377a70d
commit afbf4d3dcc

View file

@ -304,7 +304,7 @@ class StateGroupWorkerStore(SQLBaseStore):
if (typ, state_key) not in results[group] 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 # 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 # for, then we must have found them all, so no need to go walk
# further down the tree... UNLESS our types filter contained # further down the tree... UNLESS our types filter contained