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:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user