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