mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Update API scheme on layer 140.
This commit is contained in:
@@ -1021,9 +1021,7 @@ void HistoryWidget::initTabbedSelector() {
|
||||
sendExistingPhoto(data.photo, data.options);
|
||||
}, lifetime());
|
||||
|
||||
rpl::merge(
|
||||
selector->inlineResultChosen(),
|
||||
controller()->inlineResultConfirmed()
|
||||
selector->inlineResultChosen(
|
||||
) | filter | rpl::filter([=](const Selector::InlineChosen &data) {
|
||||
if (!data.recipientOverride) {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user