mirror of
https://mau.dev/maunium/synapse.git
synced 2025-03-05 11:00:27 +01:00
Also persist state
This commit is contained in:
parent
3a01901d6c
commit
54e688277a
1 changed files with 1 additions and 1 deletions
|
@ -1043,7 +1043,7 @@ class FederationHandler(BaseHandler):
|
||||||
yield self.store.persist_events(
|
yield self.store.persist_events(
|
||||||
[
|
[
|
||||||
(e, events_to_context[e.event_id])
|
(e, events_to_context[e.event_id])
|
||||||
for e in auth_events
|
for e in itertools.chain(auth_events, state)
|
||||||
],
|
],
|
||||||
is_new_state=False,
|
is_new_state=False,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue