rpl::type_erased() -> rpl::type_erased.

This commit is contained in:
John Preston
2025-12-10 14:27:05 +04:00
parent 03e1e5cca9
commit 03df5b8546
55 changed files with 93 additions and 93 deletions
@@ -1343,7 +1343,7 @@ void PanelController::processVerificationNeeded(
return field->verification.call != nullptr;
}) | rpl::map([=](not_null<const Value*> field) {
return field->verification.call->getText();
})) : (rpl::single(QString()) | rpl::type_erased()),
})) : (rpl::single(QString()) | rpl::type_erased),
rpl::duplicate(
update