2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Improve recipients selection in business features.

This commit is contained in:
John Preston
2024-03-07 17:02:32 +04:00
parent e3f6c189a7
commit 00dcf11691
14 changed files with 109 additions and 49 deletions

View File

@@ -669,17 +669,6 @@ bool ShowSearchTagsPromo(
return true;
}
bool ShowAboutBusinessChatbots(
Window::SessionController *controller,
const Match &match,
const QVariant &context) {
if (!controller) {
return false;
}
controller->showToast(u"Cool feature, yeah.."_q); AssertIsDebug();
return true;
}
void ExportTestChatTheme(
not_null<Window::SessionController*> controller,
not_null<const Data::CloudTheme*> theme) {
@@ -1048,10 +1037,6 @@ const std::vector<LocalUrlHandler> &InternalUrlHandlers() {
u"about_tags"_q,
ShowSearchTagsPromo
},
{
u"about_business_chatbots"_q,
ShowAboutBusinessChatbots
},
};
return Result;
}