Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 8363588

Browse files
committed
Fix typo
1 parent 855af06 commit 8363588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synapse/storage/data_stores/main/stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def get_room_event_before_stream_ordering(self, room_id, stream_ordering):
556556
return self.db.runInteraction(
557557
"get_room_event_before_stream_ordering",
558558
self.get_room_event_around_stream_ordering_txn,
559-
room_id, stream_ordering, "f",
559+
room_id, stream_ordering, "b",
560560
)
561561

562562
def get_room_event_around_stream_ordering_txn(

0 commit comments

Comments
 (0)