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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user