-
- Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed as not planned
Description
wechaty/src/wechaty-mixins/puppet-mixin.ts
Line 439 in 4ed646d
| case PUPPET.types.Payload.RoomMember: |
When we handle a roomMember dirty event, the payload is the room's id, not the contact's id. This judgement came from here:
wechaty/src/user-modules/room.ts
Lines 300 to 304 in 4ed646d
| async sync (): Promise<void> { | |
| await this.wechaty.puppet.roomPayloadDirty(this.id) | |
| await this.wechaty.puppet.roomMemberPayloadDirty(this.id) | |
| await this.ready(true) | |
| } |
So we should handle this dirty event like a roomDirtyEvent.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels