Disable quick replies in bot chats.

This commit is contained in:
John Preston 2024-03-07 17:21:18 +04:00
parent d14f11bd88
commit 6d352597b4

View file

@ -638,7 +638,7 @@ void FieldAutocomplete::updateFiltered(bool resetScroll) {
}
}
}
const auto shortcuts = _user
const auto shortcuts = (_user && !_user->isBot())
? _user->owner().shortcutMessages().shortcuts().list
: base::flat_map<BusinessShortcutId, Data::Shortcut>();
if (!hasUsername && !shortcuts.empty()) {