Skip to content

Commit

Permalink
Fix media editing in topics.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Sep 30, 2024
1 parent ab5e7b1 commit 07b93e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,7 @@ void ComposeControls::initSendButton() {
_send.get(),
_show,
[=] { return sendButtonMenuDetails(); },
SendMenu::DefaultCallback(_show, send));
sendAction);
}

void ComposeControls::initSendAsButton(not_null<PeerData*> peer) {
Expand Down

0 comments on commit 07b93e1

Please sign in to comment.