diff --git a/Telegram/SourceFiles/history/history_item.cpp b/Telegram/SourceFiles/history/history_item.cpp index e1dce78964..517ed9a1ce 100644 --- a/Telegram/SourceFiles/history/history_item.cpp +++ b/Telegram/SourceFiles/history/history_item.cpp @@ -776,7 +776,8 @@ bool HistoryItem::canBeEditedFromHistory() const { } if ((IsServerMsgId(id) || isScheduled()) && !serviceMsg() - && (out() || history()->peer->isSelf())) { + && (out() || history()->peer->isSelf()) + && !Has()) { return true; } return false;