Show "View as Messages" preview on forum preview.

This commit is contained in:
John Preston 2024-06-01 22:02:17 +04:00
parent f4abe37dff
commit eac7bf1c48
1 changed files with 0 additions and 2 deletions

View File

@ -1495,8 +1495,6 @@ 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 };