chs97
chs97
> @xeioex Are there any updates
> Thank you very much for the explanation for the design of your PR! It's a great improvement for the mocker to support the attachments. > > The design &...
@huan only attachment type depends on wechaty, some way to fix it. 1. set attachment type to Any Type, not check type when extra attachment from mockMessage. 2. Move out...
There is a discussion about this in the WeChat group. (2020.07.26, 11:11 am) ### Question there is a `cyclic dependency` problem. wechaty dependency `wechaty-puppet-mock` and `wechaty-puppet-mock` dependency `wechaty`. When developing...
maybe, shold waiting for all rooms to be ready, then send a message? example code like : ``` typescript return function OneToManyRoomConnectorPlugin (wechaty: Wechaty) { log.verbose('WechatyPluginContrib', 'OneToManyRoomConnectorPlugin(%s) installing ...', wechaty)...
> @chs97 When we need to say in a room, that room does not require to be ready-ed. > > The following code should work without any problem: > >...