mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Allow editing topic title and icon.
This commit is contained in:
@@ -818,11 +818,7 @@ void AttachWebView::show(
|
||||
}
|
||||
Payments::CheckoutProcess::Start(session, slug, reactivate);
|
||||
};
|
||||
auto title = Info::Profile::NameValue(
|
||||
_bot
|
||||
) | rpl::map([](const TextWithEntities &value) {
|
||||
return value.text;
|
||||
});
|
||||
auto title = Info::Profile::NameValue(_bot);
|
||||
ActiveWebViews().emplace(this);
|
||||
|
||||
using Button = Ui::BotWebView::MenuButton;
|
||||
|
Reference in New Issue
Block a user