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 3f980e1 commit 14a83fa
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 @@ -246,7 +246,7 @@ def _background_insert_retention(self, progress, batch_size):
def _background_insert_retention_txn(txn):
txn.execute(
"""
SELECT r.room_id, e.json FROM rooms
SELECT rooms.room_id, events.json FROM rooms
LEFT OUTER JOIN current_state_events AS state ON (
rooms.room_id = state.room_id
AND state.type = '%s'
Expand Down

0 comments on commit 14a83fa

Please sign in to comment.