mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Comment.
This commit is contained in:
parent
19946509a4
commit
8fa3cc37f9
@ -71,6 +71,7 @@ class StreamStore(SQLBaseStore):
|
||||
"invites": invites_sql,
|
||||
}
|
||||
|
||||
# Constraints and ordering depend on direction.
|
||||
if from_key < to_key:
|
||||
sql += (
|
||||
"AND e.ordering > ? AND e.ordering < ? "
|
||||
|
Loading…
Reference in New Issue
Block a user