commit
This commit is contained in:
@@ -12,9 +12,7 @@ struct DraftManager {
|
||||
|
||||
impl DraftManager {
|
||||
fn new() -> Self {
|
||||
Self {
|
||||
drafts: HashMap::new(),
|
||||
}
|
||||
Self { drafts: HashMap::new() }
|
||||
}
|
||||
|
||||
/// Сохранить черновик для чата
|
||||
|
||||
Reference in New Issue
Block a user