dev #25

Merged
akulij merged 38 commits from dev into main 2025-06-18 17:10:44 +00:00
Showing only changes of commit 4a090de77b - Show all commits

View File

@ -127,7 +127,7 @@ impl<'a> MessageAnswerer<'a> {
.and_then(|m| m.variant); .and_then(|m| m.variant);
let text = self.get_text(literal, variant.as_deref(), true).await?; let text = self.get_text(literal, variant.as_deref(), true).await?;
let media = self.db.get_media(literal).await?; let media = self.db.get_media(literal).await?;
let (chat_id, msg_id) = match media.len() { let (_, msg_id) = match media.len() {
// just a text // just a text
0 => { 0 => {
let msg = let msg =