fix(web): show all WhatsApp shared contacts

This commit is contained in:
Peter Steinberger
2026-01-10 00:16:05 +00:00
parent 20d4773f14
commit 82ffcfb181
2 changed files with 3 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ describe("web inbound helpers", () => {
},
} as unknown as import("@whiskeysockets/baileys").proto.IMessage);
expect(body).toBe(
"<contacts: Alice, +15555550101, Bob, +15555550102, Charlie, +15555550103 (+1 more) +1 more>",
"<contacts: Alice, +15555550101, Bob, +15555550102, Charlie, +15555550103 (+1 more), Dana, +15555550105>",
);
});