mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-06 03:53:41 +02:00
Update window_peer_menu.h
This commit is contained in:
parent
353216cf0a
commit
abb8f921fb
1 changed files with 2 additions and 2 deletions
|
@ -148,8 +148,8 @@ Fn<void()> DeleteAndLeaveHandler(
|
|||
not_null<PeerData*> peer);
|
||||
|
||||
Fn<void()> DeleteMyMessagesHandler(
|
||||
not_null<Window::SessionController*> controller,
|
||||
not_null<PeerData*> peer);
|
||||
not_null<Window::SessionController*> controller,
|
||||
not_null<PeerData*> peer);
|
||||
object_ptr<Ui::BoxContent> PrepareChooseRecipientBox(
|
||||
not_null<Main::Session*> session,
|
||||
FnMut<bool(not_null<Data::Thread*>)> &&chosen,
|
||||
|
|
Loading…
Add table
Reference in a new issue