mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix get forward extremities query
Signed-off-by: Jason Robinson <jasonr@matrix.org>
This commit is contained in:
parent
cee4010f94
commit
4936fc59fc
@ -89,7 +89,7 @@ class EventForwardExtremitiesStore(SQLBaseStore):
|
||||
SELECT event_id, state_group, depth, received_ts
|
||||
FROM event_forward_extremities
|
||||
INNER JOIN event_to_state_groups USING (event_id)
|
||||
INNER JOIN events INNER JOIN USING (event_id)
|
||||
INNER JOIN events USING (room_id, event_id)
|
||||
WHERE room_id = ?
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user