diff --git a/Telegram/SourceFiles/history/history_item.cpp b/Telegram/SourceFiles/history/history_item.cpp index 15fbde7b5..5da6e880f 100644 --- a/Telegram/SourceFiles/history/history_item.cpp +++ b/Telegram/SourceFiles/history/history_item.cpp @@ -2665,7 +2665,7 @@ TextWithEntities HistoryItem::translatedTextWithLocalEntities() const { TextForMimeData HistoryItem::clipboardText() const { return isService() ? TextForMimeData() - : TextForMimeData::WithExpandedLinks(_text); + : TextForMimeData::WithExpandedLinks(translatedText()); } bool HistoryItem::changeViewsCount(int count) {