mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 06:14:02 +00:00
feat(bot): add safe group unsetup flow
This commit is contained in:
@@ -55,6 +55,7 @@ function createRepository(): HouseholdConfigurationRepository {
|
||||
getHouseholdTopicBinding: async () => null,
|
||||
findHouseholdTopicByTelegramContext: async () => null,
|
||||
listHouseholdTopicBindings: async () => [],
|
||||
clearHouseholdTopicBindings: async () => {},
|
||||
listReminderTargets: async () => [],
|
||||
upsertHouseholdJoinToken: async () => {
|
||||
throw new Error('not implemented')
|
||||
|
||||
Reference in New Issue
Block a user