2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Support all cases for BoostBox.

This commit is contained in:
John Preston
2023-09-15 17:37:34 +04:00
parent 01428572b0
commit 7a25d70240
5 changed files with 39 additions and 13 deletions

View File

@@ -639,6 +639,7 @@ void SessionNavigation::resolveBoostState(not_null<ChannelData*> channel) {
.boosts = data.vboosts().v,
.thisLevelBoosts = data.vcurrent_level_boosts().v,
.nextLevelBoosts = next,
.mine = data.is_my_boost(),
},
}, submit));
}).fail([=](const MTP::Error &error) {