diff --git a/Telegram/SourceFiles/history/history_item.cpp b/Telegram/SourceFiles/history/history_item.cpp index a3863ac654..ac2826e951 100644 --- a/Telegram/SourceFiles/history/history_item.cpp +++ b/Telegram/SourceFiles/history/history_item.cpp @@ -2529,6 +2529,11 @@ bool HistoryItem::canDelete() const { && !isBusinessShortcut()) { return false; } + + if (isDeleted()) { + return true; + } + auto channel = _history->peer->asChannel(); if (!channel) { return !isGroupMigrate();