'getChats' becomes 'loadChats' with TDLib 1.8
This commit is contained in:
parent
fd46780b89
commit
3a8615dbe3
2 changed files with 3 additions and 3 deletions
|
@ -256,7 +256,7 @@ void TDLibWrapper::getChats()
|
|||
{
|
||||
LOG("Getting chats");
|
||||
QVariantMap requestObject;
|
||||
requestObject.insert(_TYPE, "getChats");
|
||||
requestObject.insert(_TYPE, "loadChats");
|
||||
requestObject.insert("limit", 5);
|
||||
this->sendRequest(requestObject);
|
||||
}
|
||||
|
|
|
@ -477,7 +477,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Deleted User</source>
|
||||
<translation>Supprimer l'utilisateur</translation>
|
||||
<translation>Supprimer l'utilisateur</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1251,7 +1251,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Unable to open link.</source>
|
||||
<translation>Impossible d'ouvrir le lien</translation>
|
||||
<translation>Impossible d'ouvrir le lien</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
Loading…
Reference in a new issue