mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Derive current_state_events from state groups
This commit is contained in:
parent
97efe99ae9
commit
09eb08f910
4 changed files with 138 additions and 99 deletions
|
@ -1319,7 +1319,6 @@ class FederationHandler(BaseHandler):
|
|||
|
||||
event_stream_id, max_stream_id = yield self.store.persist_event(
|
||||
event, new_event_context,
|
||||
current_state=state,
|
||||
)
|
||||
|
||||
defer.returnValue((event_stream_id, max_stream_id))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue