Merge pull request #231 from bucolucas/test-remove-comments
Removed a comment
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user