2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Simplify stickers inner API.

This commit is contained in:
John Preston
2022-08-15 11:33:24 +03:00
parent 94e4a8981f
commit fede1ff173
6 changed files with 12 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ void AttachedStickers::request(
return;
} else if (result.v.size() > 1) {
strongController->show(
Box<StickersBox>(strongController, result));
Box<StickersBox>(strongController, result.v));
return;
}
// Single attached sticker pack.