mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 16:14:02 +00:00
feat(bot): quiet finance topics and support purchase payers
This commit is contained in:
@@ -1132,6 +1132,7 @@ export function registerDmAssistant(options: {
|
||||
? getBotTranslations(locale).purchase.proposal(
|
||||
formatPurchaseSummary(locale, purchaseResult),
|
||||
null,
|
||||
null,
|
||||
null
|
||||
)
|
||||
: purchaseResult.status === 'clarification_needed'
|
||||
@@ -1502,6 +1503,7 @@ export function registerDmAssistant(options: {
|
||||
const fallbackText = getBotTranslations(locale).purchase.proposal(
|
||||
formatPurchaseSummary(locale, purchaseResult),
|
||||
null,
|
||||
null,
|
||||
null
|
||||
)
|
||||
const purchaseText = await composeAssistantReplyText({
|
||||
|
||||
Reference in New Issue
Block a user