mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
rpl::type_erased() -> rpl::type_erased.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user