From 8551f517769ffd56ce5b0b64ad160ceb1e21acf2 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Fri, 23 Dec 2022 17:08:44 +0100 Subject: [PATCH] Revert "Fix annotations" This reverts commit b04fcffcd89c584ab79df572a8d8d17fe4bd5988. --- src/bots/approved_bot/modules/annotations.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bots/approved_bot/modules/annotations.rs b/src/bots/approved_bot/modules/annotations.rs index 75d9cc8..54846d4 100644 --- a/src/bots/approved_bot/modules/annotations.rs +++ b/src/bots/approved_bot/modules/annotations.rs @@ -239,7 +239,6 @@ where match bot .send_message(message.chat.id, current_text) - .parse_mode(ParseMode::Html) .reply_markup(keyboard) .send() .await @@ -291,7 +290,6 @@ where match bot .edit_message_text(message.chat.id, message.id, current_text) - .parse_mode(ParseMode::Html) .reply_markup(keyboard) .send() .await