We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044d9cf commit ef2a1baCopy full SHA for ef2a1ba
1 file changed
src/receive_imf.rs
@@ -2372,10 +2372,7 @@ async fn handle_edit_delete(
2372
warn!(context, "Edit message: Database entry does not exist.");
2373
}
2374
} else {
2375
- warn!(
2376
- context,
2377
- "Edit message: rfc724_mid {rfc724_mid:?} not found."
2378
- );
+ bail!("Edit message: rfc724_mid {rfc724_mid:?} not found");
2379
2380
} else if let Some(rfc724_mid_list) = mime_parser.get_header(HeaderDef::ChatDelete)
2381
&& let Some(part) = mime_parser.parts.first()
0 commit comments