Fix first time webpage preview customization.

This commit is contained in:
John Preston 2023-11-27 12:01:02 +04:00
parent aa29d1c619
commit d41961945d

View file

@ -204,6 +204,8 @@ WebpageProcessor::WebpageProcessor(
) | rpl::filter([=](not_null<WebPageData*> page) {
return (_data == page.get());
}) | rpl::start_with_next([=] {
_draft.id = _data->id;
_draft.url = _data->url;
updateFromData();
}, _lifetime);