mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Remove test-case failed sending.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user