mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Disable one failing assertion for now.
This commit is contained in:
parent
f2a92f2b02
commit
fb36359a6d
1 changed files with 2 additions and 1 deletions
|
@ -814,7 +814,8 @@ void SessionPrivate::tryToSend() {
|
|||
added = true;
|
||||
}
|
||||
|
||||
Assert(!haveSent.contains(msgId));
|
||||
// #TODO rewrite so that it will always hold.
|
||||
//Assert(!haveSent.contains(msgId));
|
||||
haveSent.emplace(msgId, request);
|
||||
sentIdsWrap.messages.push_back(msgId);
|
||||
needAnyResponse = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue