2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

improved scheme serializer, fixed channel photo delete button, bad media update when message was sent

This commit is contained in:
John Preston
2015-10-01 20:15:23 +03:00
parent 6321d22fc9
commit 425e2c2a81
7 changed files with 7540 additions and 6958 deletions

View File

@@ -4149,7 +4149,7 @@ void MainWidget::feedUpdates(const MTPUpdates &updates, uint64 randomId) {
}
}
item->setMedia(d.has_media() ? (&d.vmedia) : 0);
item->updateMedia(d.has_media() ? (&d.vmedia) : 0);
}
}
}