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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user