diff options
author | Erik Johnston <erik@matrix.org> | 2016-04-20 11:39:54 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-04-20 11:49:10 +0100 |
commit | 5bbc3215887a653796a09178fbb69c38e241259d (patch) | |
tree | 41de76dbb655236173f2b9fb1a740c380270befd /synapse/state.py | |
parent | Add some logging to state resolve_events (diff) | |
download | synapse-5bbc3215887a653796a09178fbb69c38e241259d.tar.xz |
Always use state cache entry if it exists
Also check if the resolved state matches an existing state group.
Diffstat (limited to 'synapse/state.py')
-rw-r--r-- | synapse/state.py | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/synapse/state.py b/synapse/state.py |