keybase / node-client

CLI for keybase.io written in/for Node.js
BSD 3-Clause "New" or "Revised" License
300 stars 32 forks source link

Call verify() from User.load every time #196

Closed maxtaco closed 9 years ago

maxtaco commented 9 years ago

Right now we're calling it from various places after load(), like from tracksubsub or from load_me. Just do the simple thing and call it every time.

maxtaco commented 9 years ago

Also, strip out subsequent calls from other places.