mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-04 00:15:42 +00:00
Show "View as Messages" preview by Alt+Click.
This commit is contained in:
@@ -1495,6 +1495,8 @@ RowDescriptor InnerWidget::computeChatPreviewRow() const {
|
||||
: 0;
|
||||
if (const auto topic = peer->forumTopicFor(topicId)) {
|
||||
return { topic, FullMsgId() };
|
||||
} else if (peer->isForum() && !result.key.topic()) {
|
||||
return {};
|
||||
}
|
||||
}
|
||||
return { result.key, result.message.fullId };
|
||||
|
Reference in New Issue
Block a user