2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 06:55:58 +00:00

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(), _send.get(),
_show, _show,
[=] { return sendButtonMenuDetails(); }, [=] { return sendButtonMenuDetails(); },
SendMenu::DefaultCallback(_show, send)); sendAction);
} }
void ComposeControls::initSendAsButton(not_null<PeerData*> peer) { void ComposeControls::initSendAsButton(not_null<PeerData*> peer) {