Commenting proof state on retuning voice text
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ekaropolus 2025-07-07 10:04:40 -06:00
parent 692a342f77
commit 3abf699999

View File

@ -139,8 +139,8 @@ async def telegram_webhook(request, bot_name):
"No pude entender tu mensaje de voz. Intenta de nuevo." "No pude entender tu mensaje de voz. Intenta de nuevo."
) )
return JsonResponse({"status": "ok"}) return JsonResponse({"status": "ok"})
setattr(update.message, "_text", transcript) # setattr(update.message, "_text", transcript)
await report_trash(update) # await report_trash(update)
return JsonResponse({"status": "ok"}) return JsonResponse({"status": "ok"})
# 3) Comandos de texto # 3) Comandos de texto