diff --git a/Telegram/SourceFiles/history/history_message.cpp b/Telegram/SourceFiles/history/history_message.cpp index 7e95ed92b..dab3221f6 100644 --- a/Telegram/SourceFiles/history/history_message.cpp +++ b/Telegram/SourceFiles/history/history_message.cpp @@ -750,7 +750,7 @@ bool HistoryMessage::allowsForward() const { } bool HistoryMessage::allowsSendNow() const { - return isScheduled(); + return isScheduled() && !isSending() && !hasFailed(); } bool HistoryMessage::isTooOldForEdit(TimeId now) const {