diff options
author | Erik Johnston <erik@matrix.org> | 2015-04-30 10:16:12 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-04-30 10:16:12 +0100 |
commit | 1d7702833d27f2e87e6598b5de9aad878e716c4b (patch) | |
tree | f38bd329f3b2043353f105f3adcd2652c945c7ce /synapse | |
parent | Correctly decode, for sqlite and postgres, rows from pushers table (diff) | |
download | synapse-1d7702833d27f2e87e6598b5de9aad878e716c4b.tar.xz |
Make simple query rather than long one and then throw away half the results
Diffstat (limited to '')
-rw-r--r-- | synapse/handlers/message.py | 3 | ||||
-rw-r--r-- | synapse/storage/room.py | 10 |
2 files changed, 11 insertions, 2 deletions
diff --git a/synapse/handlers/message.py b/synapse/handlers/message.py |