mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-07 07:08:57 +01:00
Fix typo
This commit is contained in:
parent
b6b0132ac7
commit
dd2ccee27d
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ class StreamStore(SQLBaseStore):
|
|||
" ORDER BY topological_ordering DESC, stream_ordering DESC LIMIT ?"
|
||||
) % (upper_bound(token, self.database_engine, inclusive=False),)
|
||||
|
||||
before_args = (room_id, before_limit),
|
||||
before_args = (room_id, before_limit)
|
||||
|
||||
query_after = (
|
||||
"SELECT topological_ordering, stream_ordering, event_id FROM events"
|
||||
|
|
Loading…
Reference in a new issue