refactor: remove outdated comment

This function doesn't return `bool` since
416131b4a2.
This commit is contained in:
WofWca
2026-05-15 10:55:35 +04:00
parent 7a39a0c8ff
commit 6e70fbf824

View File

@@ -2344,8 +2344,6 @@ INSERT INTO msgs
/// Checks for "Chat-Edit" and "Chat-Delete" headers, /// Checks for "Chat-Edit" and "Chat-Delete" headers,
/// and edits/deletes existing messages accordingly. /// and edits/deletes existing messages accordingly.
///
/// Returns `true` if this message is an edit/deletion request.
async fn handle_edit_delete( async fn handle_edit_delete(
context: &Context, context: &Context,
mime_parser: &MimeMessage, mime_parser: &MimeMessage,