Skip to content

Commit

Permalink
f Update TDLib to 1.8.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Sep 18, 2024
1 parent 982df98 commit 06e4392
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Telegram/SourceFiles/history/history_item_components.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,9 @@ ReplyFields ReplyFieldsFromTL(
result.externalMedia = HistoryItem::CreateMedia(item, *content);
}
if (const auto quote = data.vquote()) {
result.quote = Api::FormattedTextFromTdb(*quote);
result.manualQuote = data.vis_quote_manual().v;
result.quote = Api::FormattedTextFromTdb(quote->data().vtext());
result.quoteOffset = quote->data().vposition().v;
result.manualQuote = quote->data().vis_manual().v;
}
if (const auto origin = data.vorigin()) {
origin->match([&](const TLDmessageOriginUser &data) {
Expand Down

0 comments on commit 06e4392

Please sign in to comment.