mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix forward options for text messages.
This commit is contained in:
parent
b1d52e088e
commit
453954f901
1 changed files with 2 additions and 0 deletions
|
@ -5374,6 +5374,8 @@ void HistoryWidget::mousePressEvent(QMouseEvent *e) {
|
||||||
if (!media->forceForwardedInfo()) {
|
if (!media->forceForwardedInfo()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue