mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
Open video from ?t= links.
This commit is contained in:
@@ -1449,11 +1449,7 @@ void MainWidget::showHistory(
|
||||
&& way != Way::Forward) {
|
||||
ClearBotStartToken(_history->peer());
|
||||
}
|
||||
_history->showHistory(
|
||||
peerId,
|
||||
showAtMsgId,
|
||||
params.highlightPart,
|
||||
params.highlightPartOffsetHint);
|
||||
_history->showHistory(peerId, showAtMsgId, params);
|
||||
if (alreadyThatPeer && params.reapplyLocalDraft) {
|
||||
_history->applyDraft(HistoryWidget::FieldHistoryAction::NewEntry);
|
||||
}
|
||||
|
Reference in New Issue
Block a user