2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Show reply info in scheduled forwards.

This commit is contained in:
John Preston
2022-05-13 18:54:35 +04:00
parent 45857fe208
commit 5478a8c014
7 changed files with 144 additions and 12 deletions

View File

@@ -1307,7 +1307,7 @@ void MainWidget::ui_showPeerHistory(
return;
}
}
if (IsServerMsgId(showAtMsgId)
if ((IsServerMsgId(showAtMsgId) || Data::IsScheduledMsgId(showAtMsgId))
&& _mainSection
&& _mainSection->showMessage(peerId, params, showAtMsgId)) {
session().data().hideShownSpoilers();