trypost/app/Exceptions
Paulo Castellano 9634e88e5d Add Telegram publishing (backend foundation)
Register Telegram as a platform: Platform/ContentType enum cases, a
platforms.telegram config block (shared bot token via env), TelegramPublisher
(sendMessage / sendPhoto|Video|Document / sendMediaGroup over the Bot API, HTML
parse mode, 4096 limit with long text split off a 1024 caption), wired into the
publisher dispatch. Add a Telegram ContentSanitizer branch (Telegram-allowed
HTML + ampersand escaping), MediaOptimizer/profile-url/factory support, and the
TelegramPublishException. Tests cover text, single media, album, long-text split,
overflow, API errors, private-channel URLs, and sanitization.
2026-06-13 21:25:31 -03:00
..
Ai feat: @mentions in comments, AI Action layer + MCP tools, settings tabs 2026-05-01 20:59:03 -03:00
Social Add Telegram publishing (backend foundation) 2026-06-13 21:25:31 -03:00
PlatformUnavailableException.php fix(social): distinguish platform-down from token-expired 2026-05-19 08:16:43 -03:00
TokenExpiredException.php refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00