mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-30 13:26:11 -05:00
Explicit join
This commit is contained in:
parent
0acdd0f1ea
commit
1e4217c90c
@ -100,8 +100,8 @@ class ReceiptsStore(SQLBaseStore):
|
||||
sql = (
|
||||
"SELECT rl.room_id, rl.event_id,"
|
||||
" e.topological_ordering, e.stream_ordering"
|
||||
" FROM receipts_linearized rl,"
|
||||
" events e"
|
||||
" FROM receipts_linearized AS rl"
|
||||
" INNER JOIN events AS e USING (room_id, event_id)"
|
||||
" WHERE rl.room_id = e.room_id"
|
||||
" AND rl.event_id = e.event_id"
|
||||
" AND user_id = ?"
|
||||
|
Loading…
Reference in New Issue
Block a user