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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Jan 15, 2020
1 parent 855af06 commit 8363588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/data_stores/main/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def get_room_event_before_stream_ordering(self, room_id, stream_ordering):
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(
Expand Down

0 comments on commit 8363588

Please sign in to comment.