|
|
@ -671,6 +671,9 @@ class ConnectionState: |
|
|
|
if 'required_action' in data: # Locked more than likely |
|
|
|
self.parse_user_required_action_update(data) |
|
|
|
|
|
|
|
if 'sessions' in data: |
|
|
|
self.parse_sessions_replace(data['sessions']) |
|
|
|
|
|
|
|
# We're done |
|
|
|
del self._ready_data |
|
|
|
self.call_handlers('connect') |
|
|
|