Fix moved up link preview with long text.

This commit is contained in:
John Preston 2023-11-01 08:44:25 +04:00
parent 35e457c924
commit 8e369a4aa5
1 changed files with 1 additions and 1 deletions

View File

@ -4049,7 +4049,7 @@ void Message::refreshInfoSkipBlock() {
return false;
} else if (item->Has<HistoryMessageLogEntryOriginal>()) {
return false;
} else if (media && media->isDisplayed()) {
} else if (media && media->isDisplayed() && !_invertMedia) {
return false;
} else if (_reactions) {
return false;