2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fixed subscribeToUploader.

This commit is contained in:
23rd
2019-03-26 15:26:34 +03:00
committed by John Preston
parent aaf61dfbad
commit 1ed83cf193
8 changed files with 26 additions and 13 deletions

View File

@@ -4483,7 +4483,9 @@ void ApiWrap::editMedia(
std::move(file.information),
type,
to,
caption));
caption,
nullptr,
true));
}
_fileLoader->addTasks(std::move(tasks));
}