Tianren Li

Results 2 issues of Tianren Li

当其他人邀请bot加入一个两人群聊时(通过拉3人群再踢掉1人实现),提示消息是: "$username$"邀请你加入了群聊 "$username$"invited you to the group chat 中文下`room-join`事件将不会触发: https://github.com/wechaty/puppet-padlocal/blob/fe1c768e4955f5845e04e1bf484aa18c0b5cfbd4/src/padlocal/events/event-room-join.ts#L18 英文下会按`OTHER_INVITE_OTHER_REGEX_LIST`触发,由于并非他人邀请他人,会在L105产生exception: https://github.com/wechaty/puppet-padlocal/blob/fe1c768e4955f5845e04e1bf484aa18c0b5cfbd4/src/padlocal/events/event-room-join.ts#L25 https://github.com/wechaty/puppet-padlocal/blob/fe1c768e4955f5845e04e1bf484aa18c0b5cfbd4/src/padlocal/events/event-room-join.ts#L105 建议修改`OTHER_INVITE_YOU_REGEX_LIST`的regex以正确触发事件

inherit more arguments for Canvas.hist() (color, normed) add Canvas.show() for visualization in IDE( e.g. spyder)