don't return non-LL-member state in incremental sync state blocks

This commit is contained in:
Matthew Hodgson 2018-08-25 01:32:45 +02:00
parent 1bcd0490c2
commit 9374567939

View file

@ -603,7 +603,7 @@ class SyncHandler(object):
if types:
state_ids = yield self.store.get_state_ids_for_event(
batch.events[0].event_id, types=types,
filtered_types=filtered_types,
filtered_types=None, # we only want members!
)
state = {}