2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Update API scheme on layer 202.

This commit is contained in:
John Preston
2025-04-09 10:28:21 +04:00
parent a569495f5d
commit 2a7aac76d9
14 changed files with 104 additions and 145 deletions

View File

@@ -128,8 +128,8 @@ constexpr auto kPlayStatusLimit = 2;
return;
}
*creating = true;
const auto finished = [=](QString link) {
if (link.isEmpty()) {
const auto finished = [=](bool ok) {
if (!ok) {
*creating = false;
} else if (const auto onstack = done) {
onstack();