diff options
author | Erik Johnston <erik@matrix.org> | 2014-08-15 15:28:54 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-08-15 15:28:54 +0100 |
commit | 01f089d9fbb9b89fa143ac44e51529fa8ed7ec12 (patch) | |
tree | 1f3544621b65749fd379fbb328a1745d775ef2fa /synapse/api | |
parent | Start chagning the events stream to work with the new DB schema (diff) | |
download | synapse-01f089d9fbb9b89fa143ac44e51529fa8ed7ec12.tar.xz |
Correctly return new token when returning events. Serialize events correctly.
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/notifier.py | 3 | ||||
-rw-r--r-- | synapse/api/streams/event.py | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/synapse/api/notifier.py b/synapse/api/notifier.py |