diff --git a/Telegram/SourceFiles/history/view/history_view_pinned_section.cpp b/Telegram/SourceFiles/history/view/history_view_pinned_section.cpp index cd67b19a6..575c0eee0 100644 --- a/Telegram/SourceFiles/history/view/history_view_pinned_section.cpp +++ b/Telegram/SourceFiles/history/view/history_view_pinned_section.cpp @@ -559,7 +559,7 @@ void PinnedWidget::listUpdateDateLink( } bool PinnedWidget::listElementHideReply(not_null view) { - return false; + return (view->data()->replyToId() == _thread->topicRootId()); } bool PinnedWidget::listElementShownUnread(not_null view) {