This commit is contained in:
Erik Johnston 2015-01-06 13:13:17 +00:00
parent 12819d5082
commit af1c7c7808
2 changed files with 4 additions and 3 deletions

View file

@ -142,7 +142,6 @@ class StreamStore(SQLBaseStore):
limit=0, with_feedback=False):
# TODO (erikj): Handle compressed feedback
current_room_membership_sql = (
"SELECT m.room_id FROM room_memberships as m "
"INNER JOIN current_state_events as c ON m.event_id = c.event_id "