Skip to content

Commit

Permalink
user: don't reset li_member_urn
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Mar 15, 2023
1 parent fe3bca7 commit b8d79a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linkedin_matrix/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ async def _try_listen(self):
self.log.exception(f"Exception in listener: {e}")
self._is_logged_in = False
self._is_connected = False
self.li_member_urn = None
self._prev_connected_bridge_state = -600
self.user_profile_cache = None

Expand Down

0 comments on commit b8d79a6

Please sign in to comment.