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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user