From b6b4d5c38765bd40f97cd4f6a082efca5d554411 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 22 Sep 2025 11:44:39 +0400 Subject: [PATCH] Remove test-case failed sending. --- Telegram/SourceFiles/calls/group/calls_group_messages.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Telegram/SourceFiles/calls/group/calls_group_messages.cpp b/Telegram/SourceFiles/calls/group/calls_group_messages.cpp index 43b0199b62..6c842ce5ce 100644 --- a/Telegram/SourceFiles/calls/group/calls_group_messages.cpp +++ b/Telegram/SourceFiles/calls/group/calls_group_messages.cpp @@ -79,10 +79,6 @@ void Messages::send(TextWithTags text) { _call->inputCall(), serialized )).done([=](const MTPBool &, const MTP::Response &response) { - if (rand() % 256 < 64) { - AssertIsDebug(); - failed(id, response); - } else sent(id, response); }).fail([=](const MTP::Error &, const MTP::Response &response) { failed(id, response);