mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 18:20:23 -04:00
Merge remote-tracking branch 'upstream/release-v1.25.0'
This commit is contained in:
commit
f461e13192
247 changed files with 7532 additions and 3444 deletions
|
@ -554,7 +554,7 @@ class SyncHandler:
|
|||
event.event_id, state_filter=state_filter
|
||||
)
|
||||
if event.is_state():
|
||||
state_ids = state_ids.copy()
|
||||
state_ids = dict(state_ids)
|
||||
state_ids[(event.type, event.state_key)] = event.event_id
|
||||
return state_ids
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue