mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-17 19:24:05 -05:00
Comment.
This commit is contained in:
parent
19946509a4
commit
8fa3cc37f9
@ -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…
x
Reference in New Issue
Block a user