mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:56:02 -04:00
Merge branch 'develop' of github.com:matrix-org/synapse into batched_get_pdu
This commit is contained in:
commit
e25e0f4da9
7 changed files with 45 additions and 3 deletions
|
@ -899,7 +899,7 @@ class FederationHandler(BaseHandler):
|
|||
local_view = dict(auth_events)
|
||||
remote_view = dict(auth_events)
|
||||
remote_view.update({
|
||||
(d.type, d.state_key) for d in different_events
|
||||
(d.type, d.state_key): d for d in different_events
|
||||
})
|
||||
|
||||
new_state, prev_state = self.state_handler.resolve_events(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue