From 39981835ced6ee10f05698e1b8cb6811bbfb3016 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 25 Feb 2016 20:58:14 +0300 Subject: [PATCH] mention links bug fixed, 0.9.27 dev version --- Telegram/SourceFiles/gui/text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/gui/text.cpp b/Telegram/SourceFiles/gui/text.cpp index b65e30f2c8..958401f1fc 100644 --- a/Telegram/SourceFiles/gui/text.cpp +++ b/Telegram/SourceFiles/gui/text.cpp @@ -967,7 +967,7 @@ void LocationLink::setup() { void MentionLink::onClick(Qt::MouseButton button) const { if (button == Qt::LeftButton || button == Qt::MiddleButton) { - App::openPeerByName(_tag.mid(1), true); + App::openPeerByName(_tag.mid(1), ShowAtProfileMsgId); } }