mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:56:19 +03:00
don't return non-LL-member state in incremental sync state blocks
This commit is contained in:
parent
1bcd0490c2
commit
9374567939
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in a new issue