2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-28 21:27:53 +00:00

Fix forward options for text messages.

This commit is contained in:
John Preston 2021-09-10 14:33:18 +03:00
parent b1d52e088e
commit 453954f901

View File

@ -5374,6 +5374,8 @@ void HistoryWidget::mousePressEvent(QMouseEvent *e) {
if (!media->forceForwardedInfo()) {
return false;
}
} else {
return false;
}
}
return true;