mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
fix: remove duplicate typing indicator before sending reply
This commit is contained in:
parent
44c90a118f
commit
18a56ea446
1 changed files with 0 additions and 3 deletions
|
|
@ -237,9 +237,6 @@ async def send_wa_reply(
|
|||
if not reply_to and context.data.get(CTX_WA_IS_GROUP):
|
||||
reply_to = context.data.get(CTX_WA_LAST_MSG_ID, "")
|
||||
|
||||
# Typing indicator
|
||||
await wa_client.send_typing(base_url, chat_id)
|
||||
|
||||
# Send text
|
||||
try:
|
||||
result = await wa_client.send_message(base_url, chat_id, response_text, reply_to=reply_to)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue