This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Don't pull out state in compute_event_context
for unconflicted state
#13252
Labels
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
Milestone
When we compute the context of an event with only one prev event we pull out the full state from the DB:
synapse/synapse/state/__init__.py
Lines 373 to 377 in e5716b6
This often then goes unused, so we should stop doing that.
The text was updated successfully, but these errors were encountered: