2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

mention links bug fixed, 0.9.27 dev version

This commit is contained in:
John Preston
2016-02-25 20:58:14 +03:00
parent 16255f1591
commit 39981835ce

View File

@@ -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);
}
}