Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Aug 2, 2019
1 parent 6f274b8 commit 3f980e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def _background_insert_retention_txn(txn):
"""
SELECT r.room_id, e.json FROM rooms
LEFT OUTER JOIN current_state_events AS state ON (
rrooms.room_id = state.room_id
rooms.room_id = state.room_id
AND state.type = '%s'
)
LEFT JOIN event_json AS events ON (state.event_id = events.event_id)
Expand Down

0 comments on commit 3f980e1

Please sign in to comment.