mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix "about request admin panel" box hiding.
This commit is contained in:
@@ -564,6 +564,7 @@ void ContactStatus::setupRequestInfoHandler(not_null<PeerData*> peer) {
|
||||
*request = peer->session().api().request(
|
||||
MTPmessages_HidePeerSettingsBar(peer->input)
|
||||
).send();
|
||||
box->closeBox();
|
||||
});
|
||||
}));
|
||||
}, _bar.lifetime());
|
||||
|
Reference in New Issue
Block a user