mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 05:14:03 +00:00
feat(bot): add safe group unsetup flow
This commit is contained in:
@@ -59,6 +59,7 @@ function onboardingRepository(): HouseholdConfigurationRepository {
|
||||
getHouseholdTopicBinding: async () => null,
|
||||
findHouseholdTopicByTelegramContext: async () => null,
|
||||
listHouseholdTopicBindings: async () => [],
|
||||
clearHouseholdTopicBindings: async () => {},
|
||||
listReminderTargets: async () => [],
|
||||
upsertHouseholdJoinToken: async (input) => ({
|
||||
householdId: household.householdId,
|
||||
|
||||
Reference in New Issue
Block a user