Fix execute on new chat not saving

This commit is contained in:
Cohee
2024-09-15 18:52:56 +03:00
parent 6393eda81e
commit cc2e82ce8f
2 changed files with 5 additions and 0 deletions

View File

@ -1904,6 +1904,7 @@ export class QuickReply {
executeOnAi: this.executeOnAi,
executeOnChatChange: this.executeOnChatChange,
executeOnGroupMemberDraft: this.executeOnGroupMemberDraft,
executeOnNewChat: this.executeOnNewChat,
automationId: this.automationId,
};
}