We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
puppet.id
puppet.loggedInUserId
undefined | string
currentUserId
The text was updated successfully, but these errors were encountered:
Lot of tests failed in PadLocal. Figured out what happened finally ...
Sorry, something went wrong.
Adapt to Wechaty puppet API V1.x.
9e2ce61
wechaty/puppet#160
Glad to know that Padlocal is moving on!
We have lots of improvements & enhancements on v1.x, with ... some breaking changes for good.
Please feel free to let me know whenever you have any questions about the v1.x!
No branches or pull requests
Before
puppet.id
is defined asundefined | string
and will be set when the puppet logged in with a user-idAfter
puppet.id
will store a UUID when instantiating the Puppet, and the log on/off status will usepuppet.loggedInUserId
instead.currentUserId
will be defined as theundefined | string
to store the logged in user idThe text was updated successfully, but these errors were encountered: