mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 13:47:47 +00:00
Fix forward options for text messages.
This commit is contained in:
parent
b1d52e088e
commit
453954f901
@ -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…
x
Reference in New Issue
Block a user