diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-08-29 19:13:55 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-08-29 19:13:55 +0100 |
commit | eec67a675f7ea3545bfba79c6b753f63f7fd9b3b (patch) | |
tree | 3f21a7efafb131bd76848cdc50ce574edb95fd2f /synapse/streams | |
parent | Bugfix for rest presence test - datastore needs to implement profile methods (diff) | |
download | synapse-eec67a675f7ea3545bfba79c6b753f63f7fd9b3b.tar.xz |
Have EventSource's get_new_events_for_user() API work only on keys within that source, not overall eventstream tokens
Diffstat (limited to 'synapse/streams')
-rw-r--r-- | synapse/streams/events.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/synapse/streams/events.py b/synapse/streams/events.py |