diff --git a/Telegram/SourceFiles/history/history_item.cpp b/Telegram/SourceFiles/history/history_item.cpp index ff8661898..9f82ff36a 100644 --- a/Telegram/SourceFiles/history/history_item.cpp +++ b/Telegram/SourceFiles/history/history_item.cpp @@ -645,7 +645,7 @@ bool HistoryItem::suggestDeleteAllReport() const { if (!channel || !channel->canDeleteMessages()) { return false; } - return !isPost() && !out() && from()->isUser() && toHistoryMessage(); + return !isPost() && !out() && from()->isUser(); } bool HistoryItem::hasDirectLink() const {