test: address telegram channel post review

This commit is contained in:
Brandon Seaver
2026-05-13 21:03:04 -04:00
committed by Teknium
parent 704872a62f
commit 84a9b81502
2 changed files with 105 additions and 31 deletions

View File

@@ -4478,8 +4478,8 @@ class TelegramAdapter(BasePlatformAdapter):
return
if not self._should_process_message(msg, is_command=True):
return
await self._ensure_forum_commands(update.message)
await self._ensure_forum_commands(msg)
event = self._build_message_event(msg, MessageType.COMMAND, update_id=update.update_id)
await self.handle_message(event)