提交 a8310dfe 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

remove short name compatible code (#1496)

上级 ebc45719
......@@ -67,15 +67,15 @@ export class PuppetManager {
}
switch (puppetName) {
case 'padchat':
// issue #1496 https://github.com/Chatie/wechaty/issues/1496
// compatible old settings for padchat
puppetName = 'wechaty-puppet-padchat'
break
case 'mock':
puppetName = 'wechaty-puppet-mock'
break
// case 'padchat':
// // issue #1496 https://github.com/Chatie/wechaty/issues/1496
// // compatible old settings for padchat
// puppetName = 'wechaty-puppet-padchat'
// break
// case 'mock':
// puppetName = 'wechaty-puppet-mock'
// break
case 'default':
puppetName = PUPPET_NAME_DEFAULT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册