Skip to content

Commit

Permalink
f Remove MTP::Sender from ApiWrap interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Sep 18, 2024
1 parent eb77bbf commit eef30ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Telegram/SourceFiles/boxes/share_box.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,8 @@ ShareBox::SubmitCallback ShareBox::DefaultForwardCallback(
Tdb::tl_bool(dropCaptions),
Tdb::tl_formattedText(
Tdb::tl_string(),
Tdb::tl_vector<Tdb::TLtextEntity>()));
Tdb::tl_vector<Tdb::TLtextEntity>()),
Tdb::tl_bool(false)); // new_show_caption_above_media
}();
state->requests.insert(api.request(
Tdb::TLsendMessage(
Expand Down

0 comments on commit eef30ba

Please sign in to comment.