Fixed display of popup selector for top peers in replies history.

This commit is contained in:
23rd
2026-04-22 19:51:01 +03:00
parent 5700265c39
commit bf7c6acba9
@@ -4791,7 +4791,11 @@ ClickHandlerPtr Message::prepareRightActionLink() const {
}
}
});
result->setProperty(kFastShareProperty, QVariant::fromValue(true));
const auto navigates = data()->externalReply()
|| (savedFromPeer && savedFromMsgId);
if (!navigates) {
result->setProperty(kFastShareProperty, QVariant::fromValue(true));
}
return result;
}