mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-04-25 01:09:08 -04:00
Use explicit join
This commit is contained in:
parent
8f99cd5996
commit
b0a1036d93
@ -128,7 +128,7 @@ class EventPushActionsStore(SQLBaseStore):
|
||||
" NATURAL JOIN receipts_linearized WHERE receipt_type = 'm.read'"
|
||||
" GROUP BY room_id, user_id"
|
||||
") AS rl"
|
||||
"NATURAL JOIN events e "
|
||||
" INNER JOIN events AS e USING (room_id, event_id)"
|
||||
" WHERE"
|
||||
" ep.room_id = rl.room_id"
|
||||
" AND ("
|
||||
|
Loading…
x
Reference in New Issue
Block a user