diff options
author | Erik Johnston <erik@matrix.org> | 2014-08-26 18:57:46 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-08-26 18:57:46 +0100 |
commit | 3a2a5b959cb1f56b26af32e1ad4c1db424279eb7 (patch) | |
tree | 5f5b515cdaa586f1f7f92337471dfdc2e0d4683d /synapse/rest | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor (diff) | |
download | synapse-3a2a5b959cb1f56b26af32e1ad4c1db424279eb7.tar.xz |
WIP: Completely change how event streaming and pagination work. This reflects the change in the underlying storage model.
Diffstat (limited to 'synapse/rest')
-rw-r--r-- | synapse/rest/events.py | 4 | ||||
-rw-r--r-- | synapse/rest/initial_sync.py | 2 | ||||
-rw-r--r-- | synapse/rest/room.py | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/synapse/rest/events.py b/synapse/rest/events.py |