Don't handle 'msg_resend_req'.

This commit is contained in:
John Preston
2019-11-19 14:55:39 +03:00
parent 173ae746a2
commit e7e1c9aa5a
4 changed files with 30 additions and 84 deletions
+3 -6
View File
@@ -274,13 +274,11 @@ public:
void queueResend(
mtpMsgId msgId,
crl::time msCanWait,
bool forceContainer,
bool sendMsgStateInfo);
bool forceContainer);
void queueResendMany(
QVector<mtpMsgId> msgIds,
crl::time msCanWait,
bool forceContainer,
bool sendMsgStateInfo);
bool forceContainer);
[[nodiscard]] bool connectionInited() const;
[[nodiscard]] AuthKeyPtr getPersistentKey() const;
@@ -392,8 +390,7 @@ public:
mtpRequestId resend(
mtpMsgId msgId,
crl::time msCanWait = 0,
bool forceContainer = false,
bool sendMsgStateInfo = false);
bool forceContainer = false);
signals:
void authKeyChanged();