wip: reviewer fixes in progress — pause point

This commit is contained in:
Mikhail Putilovskij 2026-04-02 13:39:44 +03:00
parent 24c61468d7
commit c95360ce1f
2 changed files with 74 additions and 0 deletions

View file

@ -68,6 +68,7 @@ async def handle_topic_message(message: Message, dispatcher: EventDispatcher) ->
logger.warning("topic_deleted_during_message", thread_id=thread_id)
else:
logger.error("telegram_error", error=str(e))
await _safe_edit(placeholder, "Ошибка отправки, попробуй ещё раз")
except Exception:
logger.exception("platform_error", user_id=user_id, thread_id=thread_id)
await _safe_edit(placeholder, "Сервис временно недоступен, попробуй позже")