2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

api updated

This commit is contained in:
John Preston
2015-09-09 18:34:30 +03:00
parent 7413950e10
commit a741e98e7a
4 changed files with 152 additions and 31 deletions

View File

@@ -486,7 +486,7 @@ namespace App {
cdata->setPhoto(d.vphoto);
cdata->date = d.vdate.v;
cdata->count = d.vparticipants_count.v;
cdata->left = d.vleft.v;
cdata->left = false;// d.vflags.v & MTPDchat... d.vleft.v;
cdata->forbidden = false;
if (cdata->version < d.vversion.v) {
cdata->version = d.vversion.v;