diff --git a/Telegram/SourceFiles/data/data_chat_participant_status.cpp b/Telegram/SourceFiles/data/data_chat_participant_status.cpp index e7a69f38c4745f..c184bff5cbabff 100644 --- a/Telegram/SourceFiles/data/data_chat_participant_status.cpp +++ b/Telegram/SourceFiles/data/data_chat_participant_status.cpp @@ -411,8 +411,6 @@ void ShowSendErrorToast( std::shared_ptr show, not_null peer, Data::SendError error) { - Expects(peer->isChannel()); - if (!error.boostsToLift) { show->showToast(*error); return;