2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Merge branch 'dev' into games

This commit is contained in:
John Preston
2016-09-03 11:51:29 -04:00
27 changed files with 85 additions and 80 deletions

View File

@@ -8458,7 +8458,7 @@ void GoToMessageClickHandler::onClickImpl() const {
if (current && current->history()->peer->id == peer()) {
App::main()->pushReplyReturn(current);
}
Ui::showPeerHistory(peer(), msgid());
Ui::showPeerHistory(peer(), msgid(), Ui::ShowWay::Forward);
}
}