Remove test-case failed sending.

This commit is contained in:
John Preston
2025-09-22 11:44:39 +04:00
parent bb7bfe95e5
commit b6b4d5c387
@@ -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);