Update window_peer_menu.h

This commit is contained in:
Neurotoxin001 2025-06-26 20:40:17 +03:00 committed by GitHub
parent 353216cf0a
commit abb8f921fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,8 +148,8 @@ Fn<void()> DeleteAndLeaveHandler(
not_null<PeerData*> peer); not_null<PeerData*> peer);
Fn<void()> DeleteMyMessagesHandler( Fn<void()> DeleteMyMessagesHandler(
not_null<Window::SessionController*> controller, not_null<Window::SessionController*> controller,
not_null<PeerData*> peer); not_null<PeerData*> peer);
object_ptr<Ui::BoxContent> PrepareChooseRecipientBox( object_ptr<Ui::BoxContent> PrepareChooseRecipientBox(
not_null<Main::Session*> session, not_null<Main::Session*> session,
FnMut<bool(not_null<Data::Thread*>)> &&chosen, FnMut<bool(not_null<Data::Thread*>)> &&chosen,