Skip to content

[BUG] jid changed to lid in group-participants.update #1737

Description

@kavionn

Describe the bug
When someone enters or leaves a group, the event group-participants.update sometimes records participant IDs ending with @lid instead of the expected @s.whatsapp.net JIDs.

Image

clips.ev.on('group-participants.update', async (room) => {
   console.log(room.participants)
}

Expected behavior
Participant IDs should consistently use @s.whatsapp.net JIDs. The event should not emit @lid.

Environment (please complete the following information):

  • Is this on a server? yes
  • What do your connectOptions look like? default
  • Do you have multiple clients on the same IP? yes
  • Are you using a proxy? no

Baileys Version: 6.7.19

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions