mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +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()) {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue