mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +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