fix(telegram): voice-note tag defaults (#188, thanks @manmal)
This commit is contained in:
@@ -317,7 +317,7 @@ describe("partial reply gating", () => {
|
||||
undefined,
|
||||
{},
|
||||
);
|
||||
expect(allowed).toEqual({ text: "ok" });
|
||||
expect(allowed).toMatchObject({ text: "ok", audioAsVoice: false });
|
||||
expect(runEmbeddedPiAgent).toHaveBeenCalledOnce();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user