mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Show "View as Messages" preview on forum preview.
This commit is contained in:
parent
f4abe37dff
commit
eac7bf1c48
1 changed files with 0 additions and 2 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Reference in a new issue