mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fixed subscribeToUploader.
This commit is contained in:
@@ -4483,7 +4483,9 @@ void ApiWrap::editMedia(
|
||||
std::move(file.information),
|
||||
type,
|
||||
to,
|
||||
caption));
|
||||
caption,
|
||||
nullptr,
|
||||
true));
|
||||
}
|
||||
_fileLoader->addTasks(std::move(tasks));
|
||||
}
|
||||
|
Reference in New Issue
Block a user