YanCore
YanCore
When mapWatingActions intercepts an action, I want to format the waiter from args. In this way, when the list item is modified or deleted, the list item that is modified...
[puppet-padlocal](https://github.com/wechaty/puppet-padlocal) 能够正确获得群昵称。 ```python from typing import List from wechaty import Wechaty, WechatyPlugin,Contact, Room class RoomPlugin(WechatyPlugin): async def init_plugin(self, wechaty: Wechaty) -> None: room: Room = wechaty.Room.load("3xxxxxxxxxx@chatroom") await room.ready() members: List[Contact]...
我也出现了这样的情况。在 : 后面换行消息会被截断。问题主要出现在群聊消息中,个人消息没出现。
很高兴我解决了这个问题!是 [puppet-padlocal](https://github.com/wechaty/puppet-padlocal) v0.4.2 的 Bug ,但似乎最新版本依旧存在部分问题。 我 fork 了原项目,并简单修复了这个问题,可以重新编译并替换原模块 [YanCore/puppet-padlocal at fixbug-v0.4.2](https://github.com/YanCore/puppet-padlocal/tree/fixbug-v0.4.2) 。 原谅我不懂 TypeScript ,推荐自行修改源代码并重新编译!如果需要,可以使用我在 docker 容器中编译好的文件。 ``` docker run -ti --name wechaty_puppet_service_token_gateway --rm -e WECHATY_LOG="verbose" -e WECHATY_PUPPET="wechaty-puppet-padlocal" -e...