diff --git a/Telegram/SourceFiles/history/history_item.cpp b/Telegram/SourceFiles/history/history_item.cpp index 947af8a216..ff8661898b 100644 --- a/Telegram/SourceFiles/history/history_item.cpp +++ b/Telegram/SourceFiles/history/history_item.cpp @@ -637,7 +637,7 @@ bool HistoryItem::suggestBanReport() const { if (!channel || !fromUser || !channel->canRestrictUser(fromUser)) { return false; } - return !isPost() && !out() && toHistoryMessage(); + return !isPost() && !out(); } bool HistoryItem::suggestDeleteAllReport() const {