Skip to content
Snippets Groups Projects
Unverified Commit 83635882 authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Fix typo

parent 855af069
No related branches found
No related tags found
No related merge requests found
...@@ -556,7 +556,7 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore): ...@@ -556,7 +556,7 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore):
return self.db.runInteraction( return self.db.runInteraction(
"get_room_event_before_stream_ordering", "get_room_event_before_stream_ordering",
self.get_room_event_around_stream_ordering_txn, 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( def get_room_event_around_stream_ordering_txn(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment