From 848b907b1a923f91c0341b278200bfce541ec969 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 4 Mar 2024 18:55:03 +0300 Subject: [PATCH] Remove comment about disable_web_page_preview being a local field. --- td/telegram/MessagesManager.h | 2 +- td/telegram/QuickReplyManager.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/td/telegram/MessagesManager.h b/td/telegram/MessagesManager.h index a362a8ef3..2c276b66d 100644 --- a/td/telegram/MessagesManager.h +++ b/td/telegram/MessagesManager.h @@ -1053,12 +1053,12 @@ class MessagesManager final : public Actor { bool are_media_timestamp_entities_found = false; bool noforwards = false; bool invert_media = false; + bool disable_web_page_preview = false; bool has_explicit_sender = false; // for send_message bool is_copy = false; // for send_message bool from_background = false; // for send_message bool update_stickersets_order = false; // for send_message - bool disable_web_page_preview = false; // for send_message bool clear_draft = false; // for send_message bool in_game_share = false; // for send_message bool hide_via_bot = false; // for resend_message diff --git a/td/telegram/QuickReplyManager.h b/td/telegram/QuickReplyManager.h index 4c9323a45..dfa132c8f 100644 --- a/td/telegram/QuickReplyManager.h +++ b/td/telegram/QuickReplyManager.h @@ -90,10 +90,10 @@ class QuickReplyManager final : public Actor { bool is_failed_to_send = false; bool disable_notification = false; bool invert_media = false; + bool disable_web_page_preview = false; - bool from_background = false; // for send_message - bool disable_web_page_preview = false; // for send_message - bool hide_via_bot = false; // for resend_message + bool from_background = false; // for send_message + bool hide_via_bot = false; // for resend_message int32 legacy_layer = 0;