diff --git a/synapse/handlers/device.py b/synapse/handlers/device.py index 337988420e2f..ce513d3abf53 100644 --- a/synapse/handlers/device.py +++ b/synapse/handlers/device.py @@ -146,7 +146,7 @@ def get_user_ids_changed(self, user_id, from_token): if etype != EventTypes.Member: continue possibly_left.add(state_key) - continue + continue # Fetch the current state at the time. try: