提交 0c970626 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

fix #254

上级 f94a4c38
......@@ -698,7 +698,7 @@ export class Wechaty extends Accessory implements Sayable {
room.emit('leave', leaverList, remover)
// issue #254
if (leaverIdList.includes(this.self().id)) {
if (leaverIdList.includes(this.puppet.selfId())) {
await this.puppet.roomPayloadDirty(roomId)
await this.puppet.roomMemberPayloadDirty(roomId)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册