Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit acf940f

Browse files
committed
FIX: update draft key for new PM with AI bot
1 parent 708a3bd commit acf940f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/javascripts/discourse/lib/ai-bot-helper.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ export function composeAiBotMessage(targetBot, composer) {
3737
recipients: botUsername,
3838
topicTitle: i18n("discourse_ai.ai_bot.default_pm_prefix"),
3939
archetypeId: "private_message",
40-
draftKey: "private_message_ai",
40+
draftKey: "new_private_message_ai",
4141
hasGroups: false,
4242
warningsDisabled: true,
43-
skipDraftCheck: true,
4443
},
4544
});
4645
}

0 commit comments

Comments
 (0)