diff --git a/Telegram/SourceFiles/history/history_item.cpp b/Telegram/SourceFiles/history/history_item.cpp index 3fbc2f916..0aa284223 100644 --- a/Telegram/SourceFiles/history/history_item.cpp +++ b/Telegram/SourceFiles/history/history_item.cpp @@ -849,7 +849,7 @@ bool HistoryItem::canEdit(const QDateTime &cur) const { return true; } if (auto channel = _history->peer->asChannel()) { - if (channel->canEditMessages()) { + if (isPost() && channel->canEditMessages()) { return true; } if (out()) {