node-wechat-terminal
node-wechat-terminal copied to clipboard
Option to disable notifications?
It would be good to have an option to disable notifications.
Where in the source should I look for the code that generates notifications?
(For now, I could just hack on that code to disable all notifications, then reinstall.)
https://github.com/goorockey/node-wechat-terminal/blob/7c27eda0cd12530f02baaa8db63cb32a35d9a927/cli.js#L27
Feel free to have a pull request for that. :)
Line 27 in 7c27eda
wechat.on(WechatClient.EVENTS.MESSAGE, (data) => {
Thanks!
Feel free to have a pull request for that. :)
Cheers — will make time to write one up~