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

show deprecated message for `friend` event (#1312)

上级 3f6cf2b2
......@@ -389,11 +389,11 @@ export class Wechaty extends Accessory implements Sayable {
// DEPRECATED for 'friend' event
if (event as any === 'friend') {
log.warn('Wechaty', 'on(friend) is DEPRECATED. use on(friendship) instead')
log.warn('Wechaty', `on('friend', contact, friendRequest) is DEPRECATED. use on('friendship', friendship) instead`)
if (typeof listener === 'function') {
const oldListener = listener
listener = (...args: any[]) => {
log.warn('Wechaty', 'on(friend) is DEPRECATED. use on(friendship) instead')
log.warn('Wechaty', `on('friend', contact, friendRequest) is DEPRECATED. use on('friendship', friendship) instead`)
oldListener.apply(this, args)
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册