diff options
author | Erik Johnston <erik@matrix.org> | 2015-01-22 13:37:44 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-01-22 13:37:44 +0000 |
commit | 33d2d82f6d2dae17038965e86f56cb1e09b36d6c (patch) | |
tree | a5e3a92f5a10d278e889d86be6936d5f65079a4b | |
parent | Move experiments, graph and cmdclient into contrib (diff) | |
download | synapse-33d2d82f6d2dae17038965e86f56cb1e09b36d6c.tar.xz |
In get_state_groups, get the full event json rather than just the event_ids so we don't have to do so many db queries
-rw-r--r-- | synapse/storage/state.py | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/synapse/storage/state.py b/synapse/storage/state.py |