mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
Removed text commands.
This commit is contained in:
@@ -221,14 +221,11 @@ bool WebPageData::applyChanges(
|
||||
return false;
|
||||
}
|
||||
|
||||
const auto resultUrl = TextUtilities::Clean(newUrl);
|
||||
const auto resultDisplayUrl = TextUtilities::Clean(
|
||||
newDisplayUrl);
|
||||
const auto possibleSiteName = TextUtilities::Clean(
|
||||
newSiteName);
|
||||
const auto resultTitle = TextUtilities::SingleLine(
|
||||
newTitle);
|
||||
const auto resultAuthor = TextUtilities::Clean(newAuthor);
|
||||
const auto resultUrl = newUrl;
|
||||
const auto resultDisplayUrl = newDisplayUrl;
|
||||
const auto possibleSiteName = newSiteName;
|
||||
const auto resultTitle = TextUtilities::SingleLine(newTitle);
|
||||
const auto resultAuthor = newAuthor;
|
||||
|
||||
const auto viewTitleText = resultTitle.isEmpty()
|
||||
? TextUtilities::SingleLine(resultAuthor)
|
||||
|
Reference in New Issue
Block a user