mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix typo
This commit is contained in:
parent
855af069a4
commit
8363588237
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user