mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-27 16:02:00 +00:00
Export full messages information.
Also add some more .match() calls to MTP codegen-ed classes.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user