mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-17 19:56:59 +02: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