This commit is contained in:
2025-06-06 17:49:20 -05:00
-4
View File
@@ -123,10 +123,6 @@ class TelegramHelper:
return LogicResult(success=False, response_text=None, error_message=str(e))
async def handle_message_batching(self, update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:
"""
Handles incoming messages, batches them if they are from the same user
within MESSAGE_DEBOUNCE_SECONDS, and then processes the combined message.
"""
if not update.message or not update.message.text: # Ignore empty messages
return