mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 17:36:06 -04:00
sanity-checking for events used in state res (#6531)
When we perform state resolution, check that all of the events involved are in the right room.
This commit is contained in:
parent
6577f2d887
commit
83895316d4
6 changed files with 128 additions and 43 deletions
|
@ -397,6 +397,7 @@ class FederationHandler(BaseHandler):
|
|||
event_map[x.event_id] = x
|
||||
|
||||
state_map = yield resolve_events_with_store(
|
||||
room_id,
|
||||
room_version,
|
||||
state_maps,
|
||||
event_map,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue