Fix media editing in topics.

This commit is contained in:
John Preston 2024-09-30 12:37:20 +04:00
parent ab5e7b1588
commit 07b93e1e02

View file

@ -2142,7 +2142,7 @@ void ComposeControls::initSendButton() {
_send.get(),
_show,
[=] { return sendButtonMenuDetails(); },
SendMenu::DefaultCallback(_show, send));
sendAction);
}
void ComposeControls::initSendAsButton(not_null<PeerData*> peer) {