Skip to content
Snippets Groups Projects
Commit 7b56a7a3 authored by Paul "LeoNerd" Evans's avatar Paul "LeoNerd" Evans
Browse files

'continue' to go to the next item in a for loop, not 'break'

parent 10e78214
No related branches found
No related tags found
No related merge requests found
......@@ -650,7 +650,7 @@ class PresenceHandler(BaseHandler):
room_ids = yield rm_handler.get_rooms_for_user(user)
if not observers and not room_ids:
break
continue
state = dict(push)
del state["user_id"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment