BREAKING CHANGE: v0.16 scan
event args will be different!
#1262
Labels
Milestone
scan
event args will be different!
#1262
The good news is: the old code seems will run without problem, because it will just do nothing:
const loginUrl = url.replace(/\/qrcode\//, '/l/')
Before
https://github.com/Chatie/wechaty/blob/860e85ec776ac20e92751ec4b67e0d539ef40a16/examples/ding-dong-bot.ts#L74-L77
After
https://github.com/Chatie/wechaty/blob/07008dff17ccc46b347ba28b85af167984573ea0/examples/ding-dong-bot.ts#L74-L76
Notice that we deleted the
const loginUrl = url.replace(/\/qrcode\//, '/l/')
The text was updated successfully, but these errors were encountered: