Remove comment about disable_web_page_preview being a local field.

This commit is contained in:
levlam 2024-03-04 18:55:03 +03:00
parent 3103a6d82c
commit 848b907b1a
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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;