diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-03-05 11:53:39 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-03-05 11:53:39 +0000 |
commit | 06a14876e5d78891a5b3ae6c0f454faefd696e79 (patch) | |
tree | 515ee0fe0035b511760ab98fc726243d08656906 | |
parent | Merge pull request #2927 from matrix-org/erikj/read_marker_caches (diff) | |
download | synapse-06a14876e5d78891a5b3ae6c0f454faefd696e79.tar.xz |
Add find_first_stream_ordering_after_ts
Expose this as a public function which can be called outside a txn
-rw-r--r-- | synapse/storage/event_push_actions.py | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/synapse/storage/event_push_actions.py b/synapse/storage/event_push_actions.py |