fix: handle oversized photos Telegram rejects with pure Rust processing

This commit is contained in:
2026-08-06 10:17:29 +08:00
parent f7cb809e5a
commit bc954e6e0b
6 changed files with 664 additions and 10 deletions
+1
View File
@@ -10,6 +10,7 @@ use x_media::site;
mod config;
mod handlers;
mod link_cache;
mod photo;
mod queue;
mod send;
mod state;