You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the variables myself_id and myself_username are set directly on the vault object. Since the vault object is shared across all sessions, this result in a wrong username and user_id values when logging commands that don't require a session. myself_id and myself_username should be deprecated, and the current session should be accessed when needed.
The text was updated successfully, but these errors were encountered:
cormier
changed the title
myself_id and myself_username should not be set directly on the vault
The myself_id and myself_username variables should not be set directly on the vault
Feb 4, 2015
Currently, the variables
myself_id
andmyself_username
are set directly on thevault
object. Since thevault
object is shared across all sessions, this result in a wrongusername
anduser_id
values when logging commands that don't require a session.myself_id
andmyself_username
should be deprecated, and the current session should be accessed when needed.The text was updated successfully, but these errors were encountered: