wechaty / dotnet-wechaty

.NET Wechaty is a Conversational SDK for Chatbot Makers Written in C#
Apache License 2.0
80 stars 29 forks source link

Support WECHATY_PUPPET_SERVICE_TOKEN #26

Closed huan closed 3 years ago

huan commented 3 years ago
  1. Add WECHATY_PUPPET_SERVICE_TOKEN support for all our Polyglot Wechaty projects.
  2. Make WECHATY_PUPPET_HOSTIE_TOKEN an alias for WECHATY_PUPPET_SERVICE_TOKEN, and print a warning message to let the user know it was deprecated with it has been set.

Learn more from https://github.com/wechaty/wechaty/issues/2123

Jesn commented 3 years ago

ok, will be revised tomorrow

Jesn commented 3 years ago
huan commented 3 years ago

It's great to know that you can revise it tomorrow, thank you very much!

huan commented 3 years ago

@Jesn Can we link the related links / or to this issue?

We should always link code changes to the related issue so that everything will be clearer for all developers.

Jesn commented 3 years ago

pull request https://github.com/wechaty/dotnet-wechaty/pull/27

huan commented 3 years ago

@Jesn Thank you very much for linking this Issue to the implementing PR!