mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix moved up link preview with long text.
This commit is contained in:
parent
35e457c924
commit
8e369a4aa5
1 changed files with 1 additions and 1 deletions
|
@ -4049,7 +4049,7 @@ void Message::refreshInfoSkipBlock() {
|
||||||
return false;
|
return false;
|
||||||
} else if (item->Has<HistoryMessageLogEntryOriginal>()) {
|
} else if (item->Has<HistoryMessageLogEntryOriginal>()) {
|
||||||
return false;
|
return false;
|
||||||
} else if (media && media->isDisplayed()) {
|
} else if (media && media->isDisplayed() && !_invertMedia) {
|
||||||
return false;
|
return false;
|
||||||
} else if (_reactions) {
|
} else if (_reactions) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue