mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-04 08:25:38 +00:00
Fix toggling chatbot replying, fix saving.
This commit is contained in:
@@ -408,7 +408,7 @@ void Chatbots::setupContent(
|
||||
const auto content = Ui::CreateChild<Ui::VerticalLayout>(this);
|
||||
const auto current = controller->session().data().chatbots().current();
|
||||
|
||||
_recipients = current.recipients;
|
||||
_recipients = Data::BusinessRecipients::MakeValid(current.recipients);
|
||||
_repliesAllowed = current.repliesAllowed;
|
||||
|
||||
AddDividerTextWithLottie(content, {
|
||||
|
Reference in New Issue
Block a user