mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Comment.
This commit is contained in:
parent
19946509a4
commit
8fa3cc37f9
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ class StreamStore(SQLBaseStore):
|
||||||
"invites": invites_sql,
|
"invites": invites_sql,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Constraints and ordering depend on direction.
|
||||||
if from_key < to_key:
|
if from_key < to_key:
|
||||||
sql += (
|
sql += (
|
||||||
"AND e.ordering > ? AND e.ordering < ? "
|
"AND e.ordering > ? AND e.ordering < ? "
|
||||||
|
|
Loading…
Reference in a new issue