Export full messages information.

Also add some more .match() calls to MTP codegen-ed classes.
This commit is contained in:
John Preston
2018-06-14 21:34:53 +03:00
parent 83786ddeaf
commit 241fee80a7
16 changed files with 888 additions and 149 deletions
@@ -217,7 +217,7 @@ void Controller::fillExportSteps() {
void Controller::exportNext() {
if (!++_stepIndex) {
_writer->start(_settings.path);
_writer->start(_settings);
}
if (_stepIndex >= _steps.size()) {
_writer->finish();