feat(bot): use typing indicator for dm assistant

This commit is contained in:
2026-03-11 04:11:34 +04:00
parent b5630c0241
commit 5bc25e0c95
5 changed files with 4 additions and 68 deletions

View File

@@ -114,7 +114,6 @@ export const enBotTranslations: BotTranslationCatalog = {
},
assistant: {
unavailable: 'The assistant is temporarily unavailable. Try again in a moment.',
processing: 'Working on it...',
noHousehold:
'I can help after your Telegram account is linked to a household. Open the household group and complete the join flow first.',
multipleHouseholds:

View File

@@ -117,7 +117,6 @@ export const ruBotTranslations: BotTranslationCatalog = {
},
assistant: {
unavailable: 'Ассистент сейчас недоступен. Попробуйте ещё раз чуть позже.',
processing: 'Сейчас разберусь...',
noHousehold:
'Я смогу помочь после того, как ваш Telegram-профиль будет привязан к дому. Сначала откройте группу дома и завершите вступление.',
multipleHouseholds:

View File

@@ -122,7 +122,6 @@ export interface BotTranslationCatalog {
}
assistant: {
unavailable: string
processing: string
noHousehold: string
multipleHouseholds: string
rateLimited: (retryDelay: string) => string