fix: avoid threaded replies for agent output

This commit is contained in:
Peter Steinberger
2025-12-24 22:36:30 +01:00
parent 009fbeb543
commit cf8d1cf0e7
4 changed files with 9 additions and 34 deletions

View File

@@ -112,11 +112,6 @@ describe("web monitor inbox", () => {
expect(sock.sendMessage).toHaveBeenCalledWith(
"999@s.whatsapp.net",
{ text: "pong" },
{
quoted: expect.objectContaining({
key: expect.objectContaining({ id: "abc" }),
}),
},
);
await listener.close();
@@ -200,11 +195,6 @@ describe("web monitor inbox", () => {
expect(sock.sendMessage).toHaveBeenCalledWith(
"999@s.whatsapp.net",
{ text: "pong" },
{
quoted: expect.objectContaining({
key: expect.objectContaining({ id: "abc" }),
}),
},
);
await listener.close();