mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 10:24:02 +00:00
feat(setup): add reply-based household invites
This commit is contained in:
@@ -17,6 +17,10 @@ function parsePendingActionType(raw: string): TelegramPendingActionType {
|
||||
return raw
|
||||
}
|
||||
|
||||
if (raw === 'household_group_invite') {
|
||||
return raw
|
||||
}
|
||||
|
||||
if (raw === 'payment_topic_clarification') {
|
||||
return raw
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@ import type { Instant } from '@household/domain'
|
||||
export const TELEGRAM_PENDING_ACTION_TYPES = [
|
||||
'anonymous_feedback',
|
||||
'assistant_payment_confirmation',
|
||||
'household_group_invite',
|
||||
'payment_topic_clarification',
|
||||
'payment_topic_confirmation',
|
||||
'setup_topic_binding'
|
||||
|
||||
Reference in New Issue
Block a user