pull/6714/head
Brendan Abolivier 2020-01-15 19:13:22 +00:00
parent 855af069a4
commit 8363588237
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore):
return self.db.runInteraction(
"get_room_event_before_stream_ordering",
self.get_room_event_around_stream_ordering_txn,
room_id, stream_ordering, "f",
room_id, stream_ordering, "b",
)
def get_room_event_around_stream_ordering_txn(