2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 15:15:13 +00:00

Fix boost reassign.

This commit is contained in:
John Preston
2023-10-31 11:17:55 +04:00
parent 076291b98f
commit bde39970a0
2 changed files with 14 additions and 9 deletions

View File

@@ -318,9 +318,11 @@ private:
void replaceBoostConfirm(
not_null<PeerData*> from,
not_null<ChannelData*> channel,
int slot,
Fn<void(bool)> done);
void applyBoostChecked(
not_null<ChannelData*> channel,
int slot,
Fn<void(bool)> done);
const not_null<Main::Session*> _session;