diff --git a/td/telegram/Td.cpp b/td/telegram/Td.cpp index a2334ab8..2433091f 100644 --- a/td/telegram/Td.cpp +++ b/td/telegram/Td.cpp @@ -4035,7 +4035,7 @@ Status Td::init(DbKey key) { G()->shared_config().set_option_integer("message_text_length_max", 4096); } if (!G()->shared_config().have_option("message_caption_length_max")) { - G()->shared_config().set_option_integer("message_caption_length_max", 200); + G()->shared_config().set_option_integer("message_caption_length_max", 1024); } VLOG(td_init) << "Create ConnectionCreator";