mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Open just topic in quick jump-to-last-topic click.
This commit is contained in:
@@ -419,7 +419,9 @@ void Widget::chosenRow(const ChosenRow &row) {
|
|||||||
? history->peer->forumTopicFor(row.message.fullId.msg)
|
? history->peer->forumTopicFor(row.message.fullId.msg)
|
||||||
: nullptr;
|
: nullptr;
|
||||||
if (topicJump) {
|
if (topicJump) {
|
||||||
controller()->openForum(history->peer->asChannel());
|
if (!controller()->adaptive().isOneColumn()) {
|
||||||
|
controller()->openForum(history->peer->asChannel());
|
||||||
|
}
|
||||||
controller()->content()->chooseThread(
|
controller()->content()->chooseThread(
|
||||||
topicJump,
|
topicJump,
|
||||||
ShowAtUnreadMsgId);
|
ShowAtUnreadMsgId);
|
||||||
|
Reference in New Issue
Block a user