fix: avoid threaded replies for agent output
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user