This commit is contained in:
Mikhail Kilin
2026-01-30 15:07:13 +03:00
parent 126c7482af
commit 4deb0fbe00
32 changed files with 1049 additions and 697 deletions

View File

@@ -12,9 +12,7 @@ struct DraftManager {
impl DraftManager {
fn new() -> Self {
Self {
drafts: HashMap::new(),
}
Self { drafts: HashMap::new() }
}
/// Сохранить черновик для чата