mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-08 00:45:04 -04:00
Merge remote-tracking branch 'origin/develop' into dbkr/make_notif_highlight_query_fast
This commit is contained in:
commit
b91e2833b3
32 changed files with 969 additions and 258 deletions
|
@ -343,7 +343,7 @@ class EventPushActionsStore(SQLBaseStore):
|
|||
def f(txn):
|
||||
before_clause = ""
|
||||
if before:
|
||||
before_clause = "AND stream_ordering < ?"
|
||||
before_clause = "AND epa.stream_ordering < ?"
|
||||
args = [user_id, before, limit]
|
||||
else:
|
||||
args = [user_id, limit]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue