- Add a Bots admin tab: list/search bots with a dedicated read query (users.is_bot, excluded from the accounts list), showing owner and system-vs-user type - Create system bots from the admin via a new bot.create command that reuses the existing bot provisioning flow; the token is shown once - Delete user-created bots via a new bot.delete command backed by a dedicated Postgres DeleteBotAccount (revokes sessions, purges private state, releases username, drops the bots row, tombstones the user); system service bots are rejected - Verified badge toggling reuses the existing set-verified command - All write paths go through the dry-run/confirm + audit command pipeline - Rebuild dist bundle |
||
|---|---|---|
| .. | ||
| botfather.go | ||
| botfather_login_test.go | ||
| chatbot.go | ||
| chatbot_test.go | ||
| manage_test.go | ||
| miniapp.go | ||
| profile_cache.go | ||
| service.go | ||
| service_bot_entities.go | ||
| service_bot_entities_test.go | ||
| service_test.go | ||
| stickersbot.go | ||
| stickersbot_test.go | ||