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

Commit

Permalink
Fix background update query
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Feb 4, 2023
1 parent d13b3a7 commit 5bf8dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/databases/main/events_bg_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ def _populate_membership_event_stream_ordering(
SELECT room_id, event_id, stream_ordering
FROM events
WHERE
type = {EventTypes.Member}
type = '{EventTypes.Member}'
AND stream_ordering >= ?
AND stream_ordering < ?
"""
Expand Down

0 comments on commit 5bf8dcc

Please sign in to comment.